Skip to content

Commit b160605

Browse files
committed
!deploy v0.1.0 - First release after fixes to enable passing tests in PS5.1
## 0.1.0 - Initial release to the PowerShell Gallery - Included functions are `Protect-PEMString` and `Unprotect-PEMString` - Fixed deployment issue
1 parent 8b46ede commit b160605

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

psake.ps1

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,9 +277,10 @@ $deployScriptBlock = {
277277
if ($versionToDeploy) {
278278
try {
279279
if ($ENV:BHBuildSystem -eq 'VSTS' -and -not [String]::IsNullOrEmpty($env:NugetApiKey)) {
280-
" Publishing version [$($versionToDeploy)] to PSGallery..."
280+
" Publishing module version on manifest to [$($versionToDeploy)]"
281281
Update-Metadata -Path (Join-Path $outputModVerDir "$($env:BHProjectName).psd1") -PropertyName ModuleVersion -Value $versionToDeploy -Verbose
282282
try {
283+
" Publishing version [$($versionToDeploy)] to PSGallery..."
283284
Publish-Module -Path $outputModVerDir -NuGetApiKey $env:NugetApiKey -Repository PSGallery -Verbose
284285
" Deployment successful!"
285286
}

0 commit comments

Comments
 (0)