Skip to content

Commit

Permalink
Update VS in ADO script
Browse files Browse the repository at this point in the history
Sergio0694 committed Nov 21, 2024
1 parent d6e850f commit 9f65219
Showing 2 changed files with 4 additions and 6 deletions.
4 changes: 4 additions & 0 deletions azure-pipelines/build.yml
Original file line number Diff line number Diff line change
@@ -48,6 +48,10 @@ extends:
stages:
- stage: stage
jobs:
- name: Install WinGet
uses: Cyberboss/install-winget@v1
- run: winget upgrade --id Microsoft.VisualStudio.2022.Enterprise
continue-on-error: false
- job: Build
displayName: 'Build'
timeoutInMinutes: 120
Original file line number Diff line number Diff line change
@@ -6,12 +6,6 @@
<TargetPlatformMinVersion>10.0.18362.0</TargetPlatformMinVersion>
<RootNamespace>Microsoft.Xaml.Interactivity</RootNamespace>
<UseUwp>true</UseUwp>

<!--
Temporary workaround to enable building on Visual Studio 17.11,
this can be removed on 17.12 as it will be set automatically.
-->
<UseUwpTools>true</UseUwpTools>
<DefaultLanguage>en-US</DefaultLanguage>
<Platforms>AnyCPU;x86;x64;arm64</Platforms>
<RuntimeIdentifiers>win-x86;win-x64;win-arm64</RuntimeIdentifiers>

0 comments on commit 9f65219

Please sign in to comment.