Skip to content

Commit

Permalink
Removed WhatIf from Publish-Module
Browse files Browse the repository at this point in the history
  • Loading branch information
tkoopman committed Oct 1, 2017
1 parent e5691f9 commit 21ac482
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AppVeyor-Test-Deploy.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
Try {
If ($env:APPVEYOR_REPO_BRANCH -eq 'master') {
Write-Host "try to publish module" -ForegroundColor Yellow
Publish-Module -Name 'psCheckPoint' -NuGetApiKey $env:NuGetToken -Verbose -WhatIf
Publish-Module -Name 'psCheckPoint' -NuGetApiKey $env:NuGetToken -Verbose -Force
}
Else {
Write-Host "Skip publishing to PS Gallery because we are on $($env:APPVEYOR_REPO_BRANCH) branch." -ForegroundColor Yellow
Expand Down

0 comments on commit 21ac482

Please sign in to comment.