Skip to content

Commit

Permalink
Update common Docker engineering infrastructure with latest
Browse files Browse the repository at this point in the history
  • Loading branch information
dotnet-docker-bot committed Oct 15, 2024
1 parent 83ae4f1 commit 158439f
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions eng/common/templates/steps/common-init-for-matrix-and-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,3 +60,14 @@ steps:
echo "##vso[task.setvariable variable=versionsBasePath]$versionsBasePath"
echo "##vso[task.setvariable variable=pipelineDisabledCache]$pipelineDisabledCache"
displayName: Set Common Variables for Matrix and Build

- ${{ if eq(parameters.noCache, false) }}:
# Special logic is needed to copy the tsaoptions.json file to a well known location for the 1ES PT.
# This template has multiple checkouts and AzDO doesn't have support for dynamically determining the
# default repo path therefore the 1es-official logic can't calculate the repo's tsa config file path.
- task: CopyFiles@2
displayName: Copy TSA Config
inputs:
SourceFolder: '$(Build.Repository.LocalPath)/$(Build.Repository.Name)'
Contents: '.config/tsaoptions.json'
TargetFolder: '$(Build.SourcesDirectory)'

0 comments on commit 158439f

Please sign in to comment.