Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update VS in ADO script #292

Merged
merged 1 commit into from
Nov 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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