Skip to content

Commit 0bb7bfd

Browse files
authored
Merge pull request #24065 from abpframework/auto-merge/rel-10-0/4080
Merge branch dev with rel-10.0
2 parents e4b52ac + 5207183 commit 0bb7bfd

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)