Skip to content

Commit 12bc5e2

Browse files
Merge pull request #3 from SteveSyfuhs/patch-1
Single quotes prevents expansion of $ in password
2 parents 1ac09f3 + 5e26478 commit 12bc5e2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ stages:
7979
--config "$(Pipeline.Workspace)\config\SignClient.json" `
8080
--filelist "$(Pipeline.Workspace)\config\filelist.txt" `
8181
--user "$(SignClientUser)" `
82-
--secret "$(SignClientSecret)" `
82+
--secret '$(SignClientSecret)' `
8383
--name "CodeSignDemo" `
8484
--description "CodeSignDemo" `
8585
--descriptionUrl "https://github.com/novotnyllc/CodeSignDemo"

0 commit comments

Comments
 (0)