Skip to content

Commit

Permalink
Fix CI (#2938)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattleibow authored Jul 10, 2024
1 parent fc63970 commit a805bc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/azure-templates-merger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
.\scripts\download-artifact.ps1 `
-ArtifactsJson $json `
-BuildId "$(Build.BuildId)" `
-OutputDirectory "$(Build.SourcesDirectory)/output" `
-OutputDirectory "$(Build.SourcesDirectory)/output"
env:
AZURE_DEVOPS_EXT_PAT: $(System.AccessToken)
displayName: Download the pre-built ${{ artifact.name }} artifacts

0 comments on commit a805bc2

Please sign in to comment.