We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ef3f1c commit b3dc3f4Copy full SHA for b3dc3f4
1 file changed
psakeFile.ps1
@@ -13,7 +13,7 @@ properties {
13
# Unload the MilestonePSTools module due to conflicting Get-Metadata command
14
Remove-Module MilestonePSTools -Force
15
}
16
-
+ Import-Module BuildHelpers -Force
17
Update-Metadata -Path $outputManifestPath -Value $PSBPreference.General.ModuleVersion
18
19
Write-Verbose "Converting root module to UTF8 since PowerShellBuild generates a Unicode file on Windows PowerShell"
0 commit comments