Browse Source

Use vs2022 images

Even better than the 2019 since these ones can target .NET 7.0
pull/1469/head
Sébastien Ros 4 years ago
committed by GitHub
parent
commit
044d18e5db
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      azure-pipelines.yml

4
azure-pipelines.yml

@ -49,10 +49,10 @@ stages:
pool:
${{ if eq(variables['System.TeamProject'], 'public') }}:
name: NetCore-Public
demands: ImageOverride -equals windows.vs2019.amd64.open
demands: ImageOverride -equals windows.vs2022.amd64.open
${{ if ne(variables['System.TeamProject'], 'public') }}:
name: NetCore1ESPool-Internal
demands: ImageOverride -equals windows.vs2019.amd64
demands: ImageOverride -equals windows.vs2022.amd64
variables:

Loading…
Cancel
Save