Skip to content

Commit

Permalink
Move BAR publish to windows-latest
Browse files Browse the repository at this point in the history
The win2016 images aren't live any more.
  • Loading branch information
rainersigwald committed Dec 1, 2022
1 parent 25bfc08 commit 4a3a06f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vsts-dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ stages:
dependsOn:
- Windows_NT
pool:
vmImage: vs2017-win2016
vmImage: windows-latest

- ${{ if and(ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}:
- template: eng\common\templates\post-build\post-build.yml
Expand Down

0 comments on commit 4a3a06f

Please sign in to comment.