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 0017971 commit 01b4b27Copy full SHA for 01b4b27
Scripts/post_build.ps1
@@ -72,7 +72,7 @@ function Pack-Squirrel-Installer ($path, $version, $output) {
72
Write-Host "Input path: $input"
73
74
# dotnet pack is not used because ran into issues, need to test installation and starting up if to use it.
75
- dotnet pack $spec -Version $version -BasePath $input -OutputDirectory $output -Properties Configuration=Release
+ nuget pack $spec -Version $version -BasePath $input -OutputDirectory $output -Properties Configuration=Release
76
77
$nupkg = "$output\FlowLauncher.$version.nupkg"
78
Write-Host "nupkg path: $nupkg"
0 commit comments