Skip to content

Commit

Permalink
Merge pull request #292 from Sergio0694/user/sergiopedri/update-vs
Browse files Browse the repository at this point in the history
Update VS in ADO script
  • Loading branch information
Sergio0694 authored Nov 21, 2024
2 parents d6e850f + 9f65219 commit 568acf0
Show file tree
Hide file tree
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
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 568acf0

Please sign in to comment.