Skip to content

Commit

Permalink
Update Publish.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
SeriaWei authored Sep 24, 2019
1 parent c0d0511 commit a917532
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ if ! [ -x "$(command -v publish-zkeacms)" ]; then
echo 'Installing publish tool, please wait.'
dotnet tool install --global ZKEACMS.Publisher
fi

dotnet restore

cd src/ZKEACMS.WebHost
export PATH="$PATH:/root/.dotnet/tools"
publish-zkeacms
publish-zkeacms

0 comments on commit a917532

Please sign in to comment.