Skip to content

Commit

Permalink
!deploy v2.16.1 to fix broken module psm1
Browse files Browse the repository at this point in the history
updated module build script and tests
  • Loading branch information
scrthq authored Oct 14, 2018
2 parents 687b2c1 + 9a16c57 commit c49cab9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/psake.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ Task Deploy -Depends Pester {
if ($versionToDeploy) {
Update-Metadata -Path (Join-Path $outputModVerDir "$($env:BHProjectName).psd1") -PropertyName ModuleVersion -Value $versionToDeploy
" Publishing version [$($versionToDeploy)] to PSGallery..."
Publish-Module -Path $outputModVerDir -NuGetApiKey $env:PSGalleryApiKey -Repository PSGallery
Publish-Module -Path $outputModVerDir -NuGetApiKey $env:NugetApiKey -Repository PSGallery
}
else {
Write-Host -ForegroundColor Yellow "No module version matched! Negating deployment to prevent errors"
Expand Down

0 comments on commit c49cab9

Please sign in to comment.