Skip to content

Commit f775dca

Browse files
authored
Merge pull request #138 from AlwinEsch/Nexus-changes
update azure pipeline to "Visual Studio 17 2022"
2 parents 22ac7d8 + 8983bc4 commit f775dca

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

azure-pipelines.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -17,25 +17,25 @@ jobs:
1717
- job: Windows
1818

1919
pool:
20-
vmImage: 'VS2017-Win2016'
20+
vmImage: 'windows-2022'
2121

2222
strategy:
2323
matrix:
2424
Win32:
25-
GENERATOR: "Visual Studio 15 2017"
25+
GENERATOR: "Visual Studio 17 2022"
2626
ARCHITECTURE: Win32
2727
CONFIGURATION: Release
2828
Win64:
29-
GENERATOR: "Visual Studio 15 2017"
29+
GENERATOR: "Visual Studio 17 2022"
3030
ARCHITECTURE: x64
3131
CONFIGURATION: Release
3232
Win64-UWP:
33-
GENERATOR: "Visual Studio 15 2017"
33+
GENERATOR: "Visual Studio 17 2022"
3434
ARCHITECTURE: x64
3535
CONFIGURATION: Release
3636
WINSTORE: -DCMAKE_SYSTEM_NAME=WindowsStore -DCMAKE_SYSTEM_VERSION="10.0.17763.0"
3737
ARM64-UWP:
38-
GENERATOR: "Visual Studio 15 2017"
38+
GENERATOR: "Visual Studio 17 2022"
3939
ARCHITECTURE: ARM64
4040
CONFIGURATION: Release
4141
WINSTORE: -DCMAKE_SYSTEM_NAME=WindowsStore -DCMAKE_SYSTEM_VERSION="10.0.17763.0"

0 commit comments

Comments
 (0)