We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38fbfb7 commit b28de4cCopy full SHA for b28de4c
build.psm1
@@ -595,7 +595,7 @@ function Start-BuildPowerShellNativePackage
595
'@
596
597
$iconFileName = "Powershell_black_64.png"
598
- $iconPath = Join-Path $pwd -ChildPath "assets\$iconFileName" -Resolve
+ $iconPath = Join-Path $PSScriptRoot -ChildPath "assets\$iconFileName" -Resolve
599
600
$Nuspec -f $Version, $iconPath | Out-File -FilePath (Join-Path $PackageRoot -ChildPath 'Microsoft.PowerShell.Native.nuspec') -Force
601
0 commit comments