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 e4b52ac + 5207183 commit 0bb7bfdCopy full SHA for 0bb7bfd
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