File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff 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
8586echo " 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
9496echo " 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
103106echo " 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
You can’t perform that action at this time.
0 commit comments