Skip to content

Commit

Permalink
adding additional output to build
Browse files Browse the repository at this point in the history
  • Loading branch information
MattHodge committed Jul 1, 2016
1 parent 7e8ae99 commit dc57ff4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions psakeBuild.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ task BuildArtifact -depends Analyze, Test {
task UploadToPSGallery -depends Analyze, Test, BuildArtifact {
if ($env:APPVEYOR)
{
Write-Output "Publishing Module Located In $($PSScriptRoot)\Artifact\$($moduleName) to the PSGallery"
Publish-Module -Path $PSScriptRoot\Artifact\$moduleName -NuGetApiKey $env:PSGalleryKey
}
else
Expand Down

0 comments on commit dc57ff4

Please sign in to comment.