diff --git a/.vsts-ci.yml b/.vsts-ci.yml index cc77830a0..292327b55 100644 --- a/.vsts-ci.yml +++ b/.vsts-ci.yml @@ -378,6 +378,9 @@ stages: - Source_Build_Managed - Source_Build_Create_Tarball publishUsingPipelines: true + pool: + name: NetCore1ESPool-Internal + demands: ImageOverride -equals build.windows.10.amd64.vs2019 - ${{ if and(ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}: - template: eng\common\templates\post-build\post-build.yml