Skip to content

Commit

Permalink
Merge pull request #47 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 4dfd50a + 4b25807 commit d7138be
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,20 +16,20 @@ 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"
Expand Down

0 comments on commit d7138be

Please sign in to comment.