Skip to content

Commit 5207183

Browse files
authored
Merge pull request #24064 from abpframework/auto-merge/rel-9-3/4079
Merge branch rel-10.0 with rel-9.3
2 parents fb6b773 + 235b847 commit 5207183

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
@echo off
22

3+
abp install-libs
4+
35
dotnet clean
46
dotnet restore
57
dotnet build
68

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

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

0 commit comments

Comments
 (0)