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 a5bef1c + 51ad21a commit 68b14cdCopy full SHA for 68b14cd
modules/docs/app/VoloDocs.Web/publish.bat
@@ -4,6 +4,8 @@ dotnet clean
4
dotnet restore
5
dotnet build
6
7
+abp install-libs
8
+
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