Skip to content

Commit

Permalink
Update deploy.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
pspete committed Dec 13, 2019
1 parent 099a263 commit 17d8ca3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build/deploy.ps1
Expand Up @@ -15,7 +15,9 @@ if ((! $ENV:APPVEYOR_PULL_REQUEST_NUMBER) -and ($ENV:APPVEYOR_REPO_BRANCH -eq 'm

$ModulePath = Join-Path $env:APPVEYOR_BUILD_FOLDER $env:APPVEYOR_PROJECT_NAME

Publish-Module -Path $ModulePath -NuGetApiKey $($env:psgallery_key) -SkipAutomaticTags -Confirm:$false -ErrorAction Stop
Write-Host "Publishing: $ModulePath"

Publish-Module -Path $ModulePath -NuGetApiKey $($env:psgallery_key) -SkipAutomaticTags -Confirm:$false -ErrorAction Stop -Verbose

Write-Host "$($env:APPVEYOR_PROJECT_NAME) published." -ForegroundColor Cyan

Expand Down

0 comments on commit 17d8ca3

Please sign in to comment.