From 9f6521922c9655de2547d70d96be8929dda6b31d Mon Sep 17 00:00:00 2001 From: Sergio Pedri Date: Thu, 21 Nov 2024 14:55:53 -0800 Subject: [PATCH] Update VS in ADO script --- azure-pipelines/build.yml | 4 ++++ .../Microsoft.Xaml.Interactivity.Uwp.csproj | 6 ------ 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/azure-pipelines/build.yml b/azure-pipelines/build.yml index 74a0742..8dd44ce 100644 --- a/azure-pipelines/build.yml +++ b/azure-pipelines/build.yml @@ -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 diff --git a/src/BehaviorsSDKManaged/Microsoft.Xaml.Interactivity.Uwp/Microsoft.Xaml.Interactivity.Uwp.csproj b/src/BehaviorsSDKManaged/Microsoft.Xaml.Interactivity.Uwp/Microsoft.Xaml.Interactivity.Uwp.csproj index d99ebae..2023699 100644 --- a/src/BehaviorsSDKManaged/Microsoft.Xaml.Interactivity.Uwp/Microsoft.Xaml.Interactivity.Uwp.csproj +++ b/src/BehaviorsSDKManaged/Microsoft.Xaml.Interactivity.Uwp/Microsoft.Xaml.Interactivity.Uwp.csproj @@ -6,12 +6,6 @@ 10.0.18362.0 Microsoft.Xaml.Interactivity true - - - true en-US AnyCPU;x86;x64;arm64 win-x86;win-x64;win-arm64