Skip to content

Commit 68b14cd

Browse files
authored
Merge pull request #24037 from abpframework/VoloDocs.Web-publish.bat
Add ABP library installation to publish script
2 parents a5bef1c + 51ad21a commit 68b14cd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

modules/docs/app/VoloDocs.Web/publish.bat

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ dotnet clean
44
dotnet restore
55
dotnet build
66

7+
abp install-libs
8+
79
DEL /F/Q/S "C:\Publishes\VoloDocs" > NUL && RMDIR /Q/S "C:\Publishes\VoloDocs"
810

911
dotnet publish -c Release -r win-x64 --self-contained true -o "C:\Publishes\VoloDocs\win-x64\Web"

0 commit comments

Comments
 (0)