Skip to content

Commit

Permalink
Update public pool name (#4640)
Browse files Browse the repository at this point in the history
  • Loading branch information
BrennanConroy committed Sep 7, 2022
1 parent a19f73c commit c99309d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vsts-pipelines/templates/signalr-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
- job: Windows
pool:
${{ if eq(parameters.pool, 'public') }}:
name: NetCore1ESPool-Public
name: NetCore-Public
demands: ImageOverride -equals Build.Server.Amd64.VS2019.Open
${{ if eq(parameters.pool, 'internal') }}:
name: NetCore1ESPool-Internal
Expand Down

0 comments on commit c99309d

Please sign in to comment.