You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
abp/modules/docs/app/VoloDocs.Web/publish.bat

6 lines
176 B

@echo off
dotnet clean
dotnet build
DEL /F/Q/S "C:\Publishes\VoloDocs.Web" > NUL
RMDIR /Q/S "C:\Publishes\VoloDocs.Web"
dotnet publish -c Release -o "C:\Publishes\VoloDocs.Web"