Skip to content

Commit b3dc3f4

Browse files
committed
ci: (Re)import BuildHelpers to get Get-Metadata function loaded.
1 parent 3ef3f1c commit b3dc3f4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

psakeFile.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ properties {
1313
# Unload the MilestonePSTools module due to conflicting Get-Metadata command
1414
Remove-Module MilestonePSTools -Force
1515
}
16-
16+
Import-Module BuildHelpers -Force
1717
Update-Metadata -Path $outputManifestPath -Value $PSBPreference.General.ModuleVersion
1818

1919
Write-Verbose "Converting root module to UTF8 since PowerShellBuild generates a Unicode file on Windows PowerShell"

0 commit comments

Comments
 (0)