File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -46,6 +46,7 @@ ROOT="$( cd "$THISDIR"/../../.. ; pwd -P )"
46
46
SRC=" $ROOT /src"
47
47
OUT=" $ROOT /out"
48
48
GCM_SRC=" $SRC /shared/Git-Credential-Manager"
49
+ GCM_UI_SRC=" $SRC /shared/Git-Credential-Manager.UI.Avalonia"
49
50
BITBUCKET_UI_SRC=" $SRC /shared/Atlassian.Bitbucket.UI.Avalonia"
50
51
GITHUB_UI_SRC=" $SRC /shared/GitHub.UI.Avalonia"
51
52
GITLAB_UI_SRC=" $SRC /shared/GitLab.UI.Avalonia"
@@ -84,6 +85,13 @@ $DOTNET_ROOT/dotnet publish "$GCM_SRC" \
84
85
--output=" $( make_absolute " $PAYLOAD " ) " \
85
86
-p:UseAppHost=false || exit 1
86
87
88
+ echo " Publishing core UI helper..."
89
+ $DOTNET_ROOT /dotnet publish " $GCM_UI_SRC " \
90
+ --configuration=" $CONFIGURATION " \
91
+ --framework=" $FRAMEWORK " \
92
+ --output=" $( make_absolute " $PAYLOAD " ) " \
93
+ -p:UseAppHost=false || exit 1
94
+
87
95
echo " Publishing Bitbucket UI helper..."
88
96
$DOTNET_ROOT /dotnet publish " $BITBUCKET_UI_SRC " \
89
97
--configuration=" $CONFIGURATION " \
You can’t perform that action at this time.
0 commit comments