File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
shared/Git-Credential-Manager Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -77,15 +77,13 @@ if [ -z "$RUNTIME" ]; then
7777 --configuration=" $CONFIGURATION " \
7878 --framework=" $FRAMEWORK " \
7979 --self-contained \
80- -p:PublishSingleFile=true \
8180 --output=" $( make_absolute " $PAYLOAD " ) " || exit 1
8281else
8382 $DOTNET_ROOT /dotnet publish " $GCM_SRC " \
8483 --configuration=" $CONFIGURATION " \
8584 --framework=" $FRAMEWORK " \
8685 --runtime=" $RUNTIME " \
8786 --self-contained \
88- -p:PublishSingleFile=true \
8987 --output=" $( make_absolute " $PAYLOAD " ) " || exit 1
9088fi
9189
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