Update images to VS2022
This commit is contained in:
Родитель
b1912cd9aa
Коммит
f2b53b64c9
|
@ -35,10 +35,10 @@ jobs:
|
||||||
# agent pool can't be read from a user-defined variable (Azure DevOps limitation)
|
# agent pool can't be read from a user-defined variable (Azure DevOps limitation)
|
||||||
${{ if eq(variables['System.TeamProject'], 'public') }}:
|
${{ if eq(variables['System.TeamProject'], 'public') }}:
|
||||||
name: NetCore1ESPool-Svc-Public
|
name: NetCore1ESPool-Svc-Public
|
||||||
demands: ImageOverride -equals Build.Windows.10.Amd64.VS2019.Pre.Open
|
demands: ImageOverride -equals Build.Windows.Amd64.VS2022.Pre.Open
|
||||||
${{ if eq(variables['System.TeamProject'], 'internal') }}:
|
${{ if eq(variables['System.TeamProject'], 'internal') }}:
|
||||||
name: NetCore1ESPool-Svc-Internal
|
name: NetCore1ESPool-Svc-Internal
|
||||||
demands: ImageOverride -equals build.windows.10.amd64.vs2019.pre
|
demands: ImageOverride -equals Build.Windows.Amd64.VS2022.Pre
|
||||||
variables:
|
variables:
|
||||||
# needed for signing
|
# needed for signing
|
||||||
- name: _TeamName
|
- name: _TeamName
|
||||||
|
|
Загрузка…
Ссылка в новой задаче