Skip to content

Commit

Permalink
Remove ErrorAction to get the actual error
Browse files Browse the repository at this point in the history
  • Loading branch information
MathieuBuisson committed Jul 20, 2017
1 parent b4901c3 commit 8333250
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PSCodeHealth.build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ task Publish_Module_To_PSGallery {

Write-Host "OutputModulePath : $($Settings.OutputModulePath)"
Write-Host "PSGalleryKey : $($Settings.PSGalleryKey)"
Publish-Module -Path $Settings.OutputModulePath -NuGetApiKey $Settings.PSGalleryKey -Verbose -ErrorAction Stop
Publish-Module -Path $Settings.OutputModulePath -NuGetApiKey $Settings.PSGalleryKey -Verbose
}

# Default task :
Expand Down

0 comments on commit 8333250

Please sign in to comment.