Skip to content

Commit 01b4b27

Browse files
committed
revert dotnet pack
1 parent 0017971 commit 01b4b27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Scripts/post_build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ function Pack-Squirrel-Installer ($path, $version, $output) {
7272
Write-Host "Input path: $input"
7373

7474
# 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
75+
nuget pack $spec -Version $version -BasePath $input -OutputDirectory $output -Properties Configuration=Release
7676

7777
$nupkg = "$output\FlowLauncher.$version.nupkg"
7878
Write-Host "nupkg path: $nupkg"

0 commit comments

Comments
 (0)