未验证 提交 ba6278a7 编写于 作者: A Ashish Kumar Singh 提交者: GitHub

Merge pull request #5809 from singhashish-wpf/pipelinechange

Change pools from internal to public
...@@ -34,10 +34,10 @@ jobs: ...@@ -34,10 +34,10 @@ jobs:
# Will eventually change this to two BYOC pools. # Will eventually change this to two BYOC pools.
# 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-Public-Int name: NetCore1ESPool-Public
demands: ImageOverride -equals Build.Windows.Amd64.VS2022.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-Internal-Int name: NetCore1ESPool-Internal
demands: ImageOverride -equals Build.Windows.Amd64.VS2022.Pre demands: ImageOverride -equals Build.Windows.Amd64.VS2022.Pre
variables: variables:
# needed for signing # needed for signing
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册