Skip to content

Commit 0fd84d1

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 b160605 commit 0fd84d1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

psake.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ $deployScriptBlock = {
277277
if ($versionToDeploy) {
278278
try {
279279
if ($ENV:BHBuildSystem -eq 'VSTS' -and -not [String]::IsNullOrEmpty($env:NugetApiKey)) {
280-
" Publishing module version on manifest to [$($versionToDeploy)]"
280+
" Updating module version on manifest to [$($versionToDeploy)]"
281281
Update-Metadata -Path (Join-Path $outputModVerDir "$($env:BHProjectName).psd1") -PropertyName ModuleVersion -Value $versionToDeploy -Verbose
282282
try {
283283
" Publishing version [$($versionToDeploy)] to PSGallery..."

0 commit comments

Comments
 (0)