Skip to content

Commit

Permalink
Merge pull request #72 from AlwinEsch/Nexus-changes
Browse files Browse the repository at this point in the history
update azure pipeline to "Visual Studio 17 2022"
  • Loading branch information
AlwinEsch authored Aug 6, 2022
2 parents 99a8ff4 + 11e4eb6 commit 4aa169e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,25 +16,25 @@ jobs:
- job: Windows

pool:
vmImage: 'VS2017-Win2016'
vmImage: 'windows-2022'

strategy:
matrix:
Win32:
GENERATOR: "Visual Studio 15 2017"
GENERATOR: "Visual Studio 17 2022"
ARCHITECTURE: Win32
CONFIGURATION: Release
Win64:
GENERATOR: "Visual Studio 15 2017"
GENERATOR: "Visual Studio 17 2022"
ARCHITECTURE: x64
CONFIGURATION: Release
Win64-UWP:
GENERATOR: "Visual Studio 15 2017"
GENERATOR: "Visual Studio 17 2022"
ARCHITECTURE: x64
CONFIGURATION: Release
WINSTORE: -DCMAKE_SYSTEM_NAME=WindowsStore -DCMAKE_SYSTEM_VERSION="10.0.17763.0"
ARM64-UWP:
GENERATOR: "Visual Studio 15 2017"
GENERATOR: "Visual Studio 17 2022"
ARCHITECTURE: ARM64
CONFIGURATION: Release
WINSTORE: -DCMAKE_SYSTEM_NAME=WindowsStore -DCMAKE_SYSTEM_VERSION="10.0.17763.0"
Expand Down

0 comments on commit 4aa169e

Please sign in to comment.