We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1573ea commit d8a6573Copy full SHA for d8a6573
build/PSGallery/PSWordCloud.psdeploy.ps1
@@ -1,6 +1,6 @@
1
Deploy Module {
2
By PSGalleryModule {
3
- FromSource "$PSScriptRoot/../PSWordCloud"
+ FromSource "$env:BUILD_ARTIFACTSTAGINGDIRECTORY/PSWordCloud"
4
To PSGallery
5
WithOptions @{
6
ApiKey = $env:NugetApiKey
0 commit comments