File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
shared/Git-Credential-Manager Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -74,7 +74,6 @@ $DOTNET_ROOT/dotnet publish "$GCM_SRC" \
7474 --framework=" $FRAMEWORK " \
7575 --runtime=" $RUNTIME " \
7676 --self-contained \
77- -p:PublishSingleFile=true \
7877 --output=" $( make_absolute " $PAYLOAD " ) " || exit 1
7978
8079# Collect symbols
Original file line number Diff line number Diff line change @@ -21,7 +21,6 @@ SRC="$ROOT/src"
2121OUT=" $ROOT /out"
2222INSTALLER_SRC=" $SRC /osx/Installer.Mac"
2323GCM_SRC=" $SRC /shared/Git-Credential-Manager"
24- GCM_UI_SRC=" $SRC /shared/Git-Credential-Manager.UI.Avalonia"
2524
2625# Build parameters
2726FRAMEWORK=net8.0
Original file line number Diff line number Diff line change 1010 <IsTestProject >false</IsTestProject >
1111 <LangVersion >latest</LangVersion >
1212 <TargetLatestRuntimePatch >true</TargetLatestRuntimePatch >
13+ <PublishSingleFile >true</PublishSingleFile >
14+ <PublishTrimmed >true</PublishTrimmed >
15+ <InvariantGlobalization >true</InvariantGlobalization >
1316 </PropertyGroup >
1417
1518 <ItemGroup >
You can’t perform that action at this time.
0 commit comments