Skip to content

Commit

Permalink
Update common Docker engineering infrastructure with latest (dotnet#432)
Browse files Browse the repository at this point in the history
  • Loading branch information
dotnet-docker-bot authored Mar 31, 2021
1 parent 0da4ced commit aa3232f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eng/common/templates/stages/build-test-publish-repo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ stages:
name: CopyBaseImages
pool:
vmImage: $(defaultLinuxAmd64PoolImage)
additionalOptions: "--manifest $(manifest)"
additionalOptions: "--manifest '$(manifest)' $(manifestVariables)"
- template: ../jobs/generate-matrix.yml
parameters:
matrixType: ${{ parameters.buildMatrixType }}
Expand Down

0 comments on commit aa3232f

Please sign in to comment.