File tree 3 files changed +3
-2
lines changed
shared/Git-Credential-Manager
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" \
74
74
--framework=" $FRAMEWORK " \
75
75
--runtime=" $RUNTIME " \
76
76
--self-contained \
77
- -p:PublishSingleFile=true \
78
77
--output=" $( make_absolute " $PAYLOAD " ) " || exit 1
79
78
80
79
# Collect symbols
Original file line number Diff line number Diff line change @@ -21,7 +21,6 @@ SRC="$ROOT/src"
21
21
OUT=" $ROOT /out"
22
22
INSTALLER_SRC=" $SRC /osx/Installer.Mac"
23
23
GCM_SRC=" $SRC /shared/Git-Credential-Manager"
24
- GCM_UI_SRC=" $SRC /shared/Git-Credential-Manager.UI.Avalonia"
25
24
26
25
# Build parameters
27
26
FRAMEWORK=net8.0
Original file line number Diff line number Diff line change 10
10
<IsTestProject >false</IsTestProject >
11
11
<LangVersion >latest</LangVersion >
12
12
<TargetLatestRuntimePatch >true</TargetLatestRuntimePatch >
13
+ <PublishSingleFile >true</PublishSingleFile >
14
+ <PublishTrimmed >true</PublishTrimmed >
15
+ <InvariantGlobalization >true</InvariantGlobalization >
13
16
</PropertyGroup >
14
17
15
18
<ItemGroup >
You can’t perform that action at this time.
0 commit comments