revert dotnet pack

This commit is contained in:
Hongtao Zhang 2025-03-16 16:48:35 -05:00
parent 0017971b31
commit 01b4b27d82

View file

@ -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"