Skip to content

Commit

Permalink
test_windows_signing: add quotes (digital-asset#9773)
Browse files Browse the repository at this point in the history
Otherwise Bash interprets the baskslashes and it's not a path anymore.

CHANGELOG_BEGIN
CHANGELOG_END
  • Loading branch information
garyverhaegen-da authored May 21, 2021
1 parent 4af6608 commit b8afa02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
steps:
- checkout: none
- bash: |
mkdir $(Build.StagingDirectory)/test-signing
mkdir -p '$(Build.StagingDirectory)'/test-signing
- task: DownloadPipelineArtifact@0
inputs:
artifactName: test-signing
Expand Down

0 comments on commit b8afa02

Please sign in to comment.