diff --git a/Scripts/post_build.ps1 b/Scripts/post_build.ps1 index d324fd5aa..84b9a3877 100644 --- a/Scripts/post_build.ps1 +++ b/Scripts/post_build.ps1 @@ -72,7 +72,7 @@ function Pack-Squirrel-Installer ($path, $version, $output) { Write-Host "Input path: $input" # dotnet pack is not used because ran into issues, need to test installation and starting up if to use it. - dotnet pack $spec -Version $version -BasePath $input -OutputDirectory $output -Properties Configuration=Release + nuget pack $spec -Version $version -BasePath $input -OutputDirectory $output -Properties Configuration=Release $nupkg = "$output\FlowLauncher.$version.nupkg" Write-Host "nupkg path: $nupkg"