mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
revert dotnet pack
This commit is contained in:
parent
0017971b31
commit
01b4b27d82
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue