File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -74,20 +74,26 @@ cp "$INSTALLER_SRC/uninstall.sh" "$PAYLOAD" || exit 1
7474# Publish core application executables
7575echo " Publishing core application..."
7676dotnet publish " $GCM_SRC " \
77+ --no-restore \
78+ -m:1 \
7779 --configuration=" $CONFIGURATION " \
7880 --framework=" $FRAMEWORK " \
7981 --runtime=" $RUNTIME " \
8082 --output=" $( make_absolute " $PAYLOAD " ) " || exit 1
8183
8284echo " Publishing Bitbucket UI helper..."
8385dotnet publish " $BITBUCKET_UI_SRC " \
86+ --no-restore \
87+ -m:1 \
8488 --configuration=" $CONFIGURATION " \
8589 --framework=" $FRAMEWORK " \
8690 --runtime=" $RUNTIME " \
8791 --output=" $( make_absolute " $PAYLOAD " ) " || exit 1
8892
8993echo " Publishing GitHub UI helper..."
9094dotnet publish " $GITHUB_UI_SRC " \
95+ --no-restore \
96+ -m:1 \
9197 --configuration=" $CONFIGURATION " \
9298 --framework=" $FRAMEWORK " \
9399 --runtime=" $RUNTIME " \
You can’t perform that action at this time.
0 commit comments