We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fb6b773 + 235b847 commit 5207183Copy full SHA for 5207183
modules/docs/app/VoloDocs.Web/publish.bat
@@ -1,11 +1,11 @@
1
@echo off
2
3
+abp install-libs
4
+
5
dotnet clean
6
dotnet restore
7
dotnet build
8
-abp install-libs
-
9
DEL /F/Q/S "C:\Publishes\VoloDocs" > NUL && RMDIR /Q/S "C:\Publishes\VoloDocs"
10
11
dotnet publish -c Release -r win-x64 --self-contained true -o "C:\Publishes\VoloDocs\win-x64\Web"
0 commit comments