Merge branch 'master' of github.com:ONLYOFFICE/CommunityServer-AspNetCore

This commit is contained in:
Alexey Safronov 2019-09-11 12:03:07 +03:00
commit 00e9d4ae5e

View File

@ -1,5 +1,5 @@
echo "Delete publish folder"
del /s /q publish
rmdir /s /q publish
echo "Publish ASC.Notify.csproj project"
dotnet publish ..\common\services\ASC.Notify\ASC.Notify.csproj -c Release -o publish/ASC.Notify/