Skip to content

Commit

Permalink
update PSGallery env var
Browse files Browse the repository at this point in the history
devblackops committed Sep 9, 2018
1 parent 82af8f9 commit 881f451
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion psake.ps1
Original file line number Diff line number Diff line change
@@ -120,7 +120,7 @@ Task RegenerateHelp -Depends UpdateMarkdownHelp, CreateExternalHelp

Task Publish -Depends Test {
" Publishing version [$($manifest.ModuleVersion)] to PSGallery..."
Publish-Module -Path $outputModVerDir -NuGetApiKey $env:PSGalleryApiKey -Repository PSGallery
Publish-Module -Path $outputModVerDir -NuGetApiKey $env:PSGALLERY_API_KEY -Repository PSGallery
}

task Clean -depends Init {

0 comments on commit 881f451

Please sign in to comment.