File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ if (($PSVersionTable.Platform -eq 'Win32NT') -or $IsWindows)
2727 dotnet publish - v:q - r win- x64 -- self- contained - c Release - o distrib/ gui/ win- legacy/ UI.WinForms.Msil/ UI.WinForms.Msil.csproj / p:PublishTrimmed= False / p:PublishSingleFile= True
2828 }
2929 dotnet build - v:q - r win- x64 -f net7.0 - windows -- self- contained - c Release UI.Avalonia/ UI.Avalonia.csproj
30- dotnet publish - v:q - r win- x64 -f net7.0 - windows -- self- contained - c Release - o distrib/ gui/ win/ UI.Avalonia/ UI.Avalonia.csproj / p:PublishTrimmed= True / p:PublishSingleFile= True
30+ dotnet publish - v:q - r win- x64 -f net7.0 - windows -- self- contained - c Release - o distrib/ gui/ win/ UI.Avalonia/ UI.Avalonia.csproj / p:PublishTrimmed= False / p:PublishSingleFile= True
3131}
3232
3333Write-Host ' Building Linux binary...' - ForegroundColor Cyan
@@ -37,7 +37,7 @@ if ($BuildLegacyVersions)
3737 dotnet publish - v:q - r linux- x64 -- self- contained - c Release - o distrib/ cli/ lin/ UI.Console/ UI.Console.csproj / p:PublishTrimmed= False / p:PublishSingleFile= True
3838}
3939dotnet build - v:q - r linux- x64 -f net7.0 -- self- contained - c Release UI.Avalonia/ UI.Avalonia.csproj
40- dotnet publish - v:q - r linux- x64 -f net7.0 -- self- contained - c Release - o distrib/ gui/ lin/ UI.Avalonia/ UI.Avalonia.csproj / p:PublishTrimmed= True / p:PublishSingleFile= True
40+ dotnet publish - v:q - r linux- x64 -f net7.0 -- self- contained - c Release - o distrib/ gui/ lin/ UI.Avalonia/ UI.Avalonia.csproj / p:PublishTrimmed= False / p:PublishSingleFile= True
4141if (($LASTEXITCODE -eq 0 ) -and (($PSVersionTable.Platform -eq ' Unix' ) -or $IsLinux ))
4242{
4343 if ($BuildLegacyVersions )
You can’t perform that action at this time.
0 commit comments