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" \
80
80
--configuration=" $CONFIGURATION " \
81
81
--framework=" $FRAMEWORK " \
82
82
--runtime=" $RUNTIME " \
83
+ --self-contained \
83
84
--output=" $( make_absolute " $PAYLOAD " ) " || exit 1
84
85
85
86
echo " Publishing Bitbucket UI helper..."
@@ -89,6 +90,7 @@ dotnet publish "$BITBUCKET_UI_SRC" \
89
90
--configuration=" $CONFIGURATION " \
90
91
--framework=" $FRAMEWORK " \
91
92
--runtime=" $RUNTIME " \
93
+ --self-contained \
92
94
--output=" $( make_absolute " $PAYLOAD " ) " || exit 1
93
95
94
96
echo " Publishing GitHub UI helper..."
@@ -98,6 +100,7 @@ dotnet publish "$GITHUB_UI_SRC" \
98
100
--configuration=" $CONFIGURATION " \
99
101
--framework=" $FRAMEWORK " \
100
102
--runtime=" $RUNTIME " \
103
+ --self-contained \
101
104
--output=" $( make_absolute " $PAYLOAD " ) " || exit 1
102
105
103
106
echo " Publishing GitLab UI helper..."
@@ -107,6 +110,7 @@ dotnet publish "$GITLAB_UI_SRC" \
107
110
--configuration=" $CONFIGURATION " \
108
111
--framework=" $FRAMEWORK " \
109
112
--runtime=" $RUNTIME " \
113
+ --self-contained \
110
114
--output=" $( make_absolute " $PAYLOAD " ) " || exit 1
111
115
112
116
# Collect symbols
You can’t perform that action at this time.
0 commit comments