Skip to content

Commit

Permalink
DO SDK: Specify windows-2019 build VM image
Browse files Browse the repository at this point in the history
 * Default image has moved to windows-2022 which has VS2022 installed by default instead of
   VS2019. We have not yet tested builds with VS2022, so go back to windows-2019 for now.
   See actions/runner-images#4856.
  • Loading branch information
shishirb-MSFT committed May 11, 2022
1 parent 2a6ac35 commit 873244b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines/build/windows/dosdkcpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ pr:
- sdk-cpp/build/cleanup-install.sh

pool:
vmImage: "windows-latest"
vmImage: "windows-2019"

jobs:
- job: Debug
Expand Down

0 comments on commit 873244b

Please sign in to comment.