Skip to content

Commit

Permalink
🚀 Fix nupkg generation for PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
vexx32 committed Sep 26, 2019
1 parent a142f43 commit 4a66dfa
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 @@ -66,7 +66,7 @@ jobs:
displayName: 'Deploy to FileSystem'
inputs:
targetType: 'filePath'
arguments: -Key $(PSApiKey) -Path '$(System.DefaultWorkingDirectory)/Deploy/FileSystem' -OutputDirectory '$(System.DefaultWorkingDirectory)/Deploy/FileSystem'
arguments: -Key 'filesystem' -Path '$(System.DefaultWorkingDirectory)/Deploy/FileSystem' -OutputDirectory '$(System.DefaultWorkingDirectory)/Deploy/FileSystem'
filePath: ./Deploy/Publish.ps1

errorActionPreference: 'stop'
Expand Down

0 comments on commit 4a66dfa

Please sign in to comment.