Trying to pass the containers directly to the template.
This commit is contained in:
parent
d159964710
commit
9dbffb5ec3
2 changed files with 2 additions and 1 deletions
|
@ -60,6 +60,7 @@ resources:
|
|||
extends:
|
||||
template: azure-pipelines/MicroBuild.1ES.Official.yml@MicroBuildTemplate
|
||||
parameters:
|
||||
containers: ${{ resources.containers }}
|
||||
sdl:
|
||||
sourceAnalysisPool:
|
||||
name: $(DncEngInternalBuildPool)
|
||||
|
|
|
@ -76,7 +76,7 @@ jobs:
|
|||
name: PGO_${{ parameters.agentOs }}_${{ parameters.jobName }}
|
||||
${{ if not(parameters.pgoInstrument) }}:
|
||||
name: ${{ parameters.agentOs }}_${{ parameters.jobName }}
|
||||
|
||||
|
||||
# Set up the pool/machine info to be used based on the Agent OS
|
||||
${{ if eq(parameters.agentOs, 'Windows_NT') }}:
|
||||
enableMicrobuild: true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue