Skip to content

Commit

Permalink
Merge pull request dotnet#58353 from dotnet/dev/jorobich/update-vmimage
Browse files Browse the repository at this point in the history
Update hosted VS 2017 usage to 2019
  • Loading branch information
JoeRobich authored Dec 17, 2021
2 parents 880c22d + 08c07a2 commit 5c21651
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion azure-pipelines-official.yml
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ stages:
dependsOn:
- OfficialBuild
pool:
vmImage: vs2017-win2016
vmImage: windows-2019

- stage: insert
dependsOn:
Expand Down
4 changes: 2 additions & 2 deletions global.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"sdk": {
"version": "6.0.100-preview.1.21103.13",
"version": "6.0.100-preview.3.21202.5",
"allowPrerelease": true,
"rollForward": "major"
},
"tools": {
"dotnet": "6.0.100-preview.1.21103.13",
"dotnet": "6.0.100-preview.3.21202.5",
"vs": {
"version": "16.8"
},
Expand Down

0 comments on commit 5c21651

Please sign in to comment.