Skip to content

Commit

Permalink
🚀 fix publish path
Browse files Browse the repository at this point in the history
  • Loading branch information
vexx32 committed Mar 16, 2020
1 parent a1573ea commit d8a6573
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/PSGallery/PSWordCloud.psdeploy.ps1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Deploy Module {
By PSGalleryModule {
FromSource "$PSScriptRoot/../PSWordCloud"
FromSource "$env:BUILD_ARTIFACTSTAGINGDIRECTORY/PSWordCloud"
To PSGallery
WithOptions @{
ApiKey = $env:NugetApiKey
Expand Down

0 comments on commit d8a6573

Please sign in to comment.