Skip to content

Commit 4cb125e

Browse files
committed
Use the self-contained option
1 parent 05128eb commit 4cb125e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/osx/Installer.Mac/layout.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ dotnet publish "$GCM_SRC" \
8080
--configuration="$CONFIGURATION" \
8181
--framework="$FRAMEWORK" \
8282
--runtime="$RUNTIME" \
83+
--self-contained \
8384
--output="$(make_absolute "$PAYLOAD")" || exit 1
8485

8586
echo "Publishing Bitbucket UI helper..."
@@ -89,6 +90,7 @@ dotnet publish "$BITBUCKET_UI_SRC" \
8990
--configuration="$CONFIGURATION" \
9091
--framework="$FRAMEWORK" \
9192
--runtime="$RUNTIME" \
93+
--self-contained \
9294
--output="$(make_absolute "$PAYLOAD")" || exit 1
9395

9496
echo "Publishing GitHub UI helper..."
@@ -98,6 +100,7 @@ dotnet publish "$GITHUB_UI_SRC" \
98100
--configuration="$CONFIGURATION" \
99101
--framework="$FRAMEWORK" \
100102
--runtime="$RUNTIME" \
103+
--self-contained \
101104
--output="$(make_absolute "$PAYLOAD")" || exit 1
102105

103106
echo "Publishing GitLab UI helper..."
@@ -107,6 +110,7 @@ dotnet publish "$GITLAB_UI_SRC" \
107110
--configuration="$CONFIGURATION" \
108111
--framework="$FRAMEWORK" \
109112
--runtime="$RUNTIME" \
113+
--self-contained \
110114
--output="$(make_absolute "$PAYLOAD")" || exit 1
111115

112116
# Collect symbols

0 commit comments

Comments
 (0)