Skip to content

Commit

Permalink
Tweak Copy Logic
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelSimons authored Oct 16, 2024
1 parent 2db1249 commit 34d1137
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,6 @@ steps:
- task: CopyFiles@2
displayName: Copy TSA Config
inputs:
SourceFolder: '$(Build.Repository.LocalPath)/$(Build.Repository.Name)'
SourceFolder: '$(Build.Repository.LocalPath)/$(buildRepoName)'
Contents: '.config/tsaoptions.json'
TargetFolder: '$(Build.SourcesDirectory)'

0 comments on commit 34d1137

Please sign in to comment.