Skip to content

Commit f3e3771

Browse files
Update to pool-provider sourced machines (#894)
1 parent 18691ce commit f3e3771

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

azure-pipelines.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ jobs:
3131
parameters:
3232
${{ if and(ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}:
3333
# agent pool can't be read from a user-defined variable (Azure DevOps limitation)
34-
agentPool: dotnet-internal-vs2019-preview
34+
pool:
35+
name: NetCoreInternal-Pool
36+
queue: buildpool.windows.10.amd64.vs2019.pre
3537
# runAsPublic is used in expressions, which can't read from user-defined variables
3638
runAsPublic: false

0 commit comments

Comments
 (0)