Skip to content

Commit

Permalink
List package providers
Browse files Browse the repository at this point in the history
  • Loading branch information
MathieuBuisson committed Jul 20, 2017
1 parent 4744919 commit c766376
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions PSCodeHealth.build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,7 @@ task Publish_Module_To_PSGallery {

Write-Host "OutputModulePath : $($Settings.OutputModulePath)"
Write-Host "PSGalleryKey : $($Settings.PSGalleryKey)"
Get-PackageProvider -ListAvailable
Publish-Module -Path $Settings.OutputModulePath -NuGetApiKey $Settings.PSGalleryKey -Verbose
}

Expand Down

0 comments on commit c766376

Please sign in to comment.