Skip to content

Commit

Permalink
[release/6.0] Fix servicing pool name for internal builds (#1024)
Browse files Browse the repository at this point in the history
  • Loading branch information
premun authored May 3, 2023
1 parent 224ac1c commit a2db0ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ stages:
- job: Windows_NT
pool:
${{ if eq(variables._RunAsInternal, True) }}:
name: $(DncEngInternalBuildPool)
name: NetCore1ESPool-Svc-Internal
demands: ImageOverride -equals windows.vs2019.amd64
${{ if eq(variables._RunAsPublic, True) }}:
vmImage: windows-2019
Expand Down

0 comments on commit a2db0ea

Please sign in to comment.