Skip to content

Commit edf8767

Browse files
One more.
1 parent 0680545 commit edf8767

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

tools/devops/automation/templates/main-stage.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ stages:
297297
- ImageOverride -equals 1ESPT-Windows2022
298298

299299
steps:
300-
- template: ./common/clean.yml
300+
- template: ./common/clean.yml
301301

302302
- stage: configure_build
303303
displayName: '${{ parameters.stageDisplayNamePrefix }}Configure'
@@ -312,15 +312,15 @@ stages:
312312
demands:
313313
- ImageOverride -equals 1ESPT-Windows2022
314314
steps:
315-
- checkout: none # https://docs.microsoft.com/en-us/azure/devops/pipelines/yaml-schema?view=azure-devops&tabs=schema#checkout
316-
317-
# Selects appropriate agent pool based on trigger type (PR or CI); manually triggered builds target the PR pool
318-
- template: azure-devops-pools/agent-pool-selector.yml@yaml-templates
319-
parameters:
320-
agentPoolPR: $(PRBuildPool)
321-
agentPoolPRUrl: $(PRBuildPoolUrl)
322-
agentPoolCI: $(CIBuildPool)
323-
agentPoolCIUrl: $(CIBuildPoolUrl)
315+
- checkout: none # https://docs.microsoft.com/en-us/azure/devops/pipelines/yaml-schema?view=azure-devops&tabs=schema#checkout
316+
317+
# Selects appropriate agent pool based on trigger type (PR or CI); manually triggered builds target the PR pool
318+
- template: azure-devops-pools/agent-pool-selector.yml@yaml-templates
319+
parameters:
320+
agentPoolPR: $(PRBuildPool)
321+
agentPoolPRUrl: $(PRBuildPoolUrl)
322+
agentPoolCI: $(CIBuildPool)
323+
agentPoolCIUrl: $(CIBuildPoolUrl)
324324

325325
- job: configure
326326
displayName: 'Configure build'

0 commit comments

Comments
 (0)