Skip to content

Commit 16c2417

Browse files
authored
[Azure]Replace win-2016 to 2019 (#1304)
Also replace "Visual Studio 15 2017" to "Visual Studio 16 2019". Due to Microsoft deprecation notice. Relates-To: OLPEDGE-2728 Signed-off-by: Yaroslav Stefinko <[email protected]>
1 parent 45ad68a commit 16c2417

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
displayName: 'Commit checker script'
2323
- job: Windows_build
2424
pool:
25-
vmImage: 'vs2017-win2016'
25+
vmImage: 'windows-2019'
2626
steps:
2727
- bash: scripts/windows/build.sh
2828
displayName: 'Windows Build'

scripts/windows/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@
2020

2121
[[ -d "build" ]] && rm -rf build
2222
mkdir build && cd build
23-
cmake .. -G "Visual Studio 15 2017 Win64" \
23+
cmake .. -G "Visual Studio 16 2019" -A x64 \
2424
-DCMAKE_BUILD_TYPE=$BUILD_TYPE
2525
cmake --build . --config $BUILD_TYPE

0 commit comments

Comments
 (0)