Skip to content

Commit

Permalink
fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
clairernovotny committed Apr 1, 2020
1 parent 3447c71 commit c01eeb2
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 @@ -118,7 +118,7 @@ stages:
.\SignClient "Sign" `
--baseDirectory "$(Pipeline.Workspace)\BuildPackages" `
--input "**/*.nupkg" `
--config "$(Pipeline.Workspace)\SignClient.json" `
--config "$(Pipeline.Workspace)\config\SignClient.json" `
--user "$(SignClientUser)" `
--secret "$(SignClientSecret)" `
--name "Humanizer" `
Expand Down

0 comments on commit c01eeb2

Please sign in to comment.