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
74
74
# Publish core application executables
75
75
echo " Publishing core application..."
76
76
dotnet publish " $GCM_SRC " \
77
+ --no-restore \
78
+ -m:1 \
77
79
--configuration=" $CONFIGURATION " \
78
80
--framework=" $FRAMEWORK " \
79
81
--runtime=" $RUNTIME " \
80
82
--output=" $( make_absolute " $PAYLOAD " ) " || exit 1
81
83
82
84
echo " Publishing Bitbucket UI helper..."
83
85
dotnet publish " $BITBUCKET_UI_SRC " \
86
+ --no-restore \
87
+ -m:1 \
84
88
--configuration=" $CONFIGURATION " \
85
89
--framework=" $FRAMEWORK " \
86
90
--runtime=" $RUNTIME " \
87
91
--output=" $( make_absolute " $PAYLOAD " ) " || exit 1
88
92
89
93
echo " Publishing GitHub UI helper..."
90
94
dotnet publish " $GITHUB_UI_SRC " \
95
+ --no-restore \
96
+ -m:1 \
91
97
--configuration=" $CONFIGURATION " \
92
98
--framework=" $FRAMEWORK " \
93
99
--runtime=" $RUNTIME " \
You can’t perform that action at this time.
0 commit comments