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

This commit is contained in:
Alexey Safronov 2019-06-07 17:54:51 +03:00
commit 22ea55a3fd

View File

@ -5,10 +5,12 @@ call npm install
echo "ASC.Web.sln"
cd ../../
call dotnet build ASC.Web.sln
call dotnet build ASC.Web.sln /fl1 /flp1:LogFile=build/ASC.Web.log;Verbosity=Normal
echo "ASC.People"
call dotnet publish products/ASC.People --self-contained -r win10-x64 -o build/deploy
call dotnet publish products/ASC.People --self-contained -r win10-x64 -o build/deploy /fl1 /flp1:LogFile=build/ASC.People.log;Verbosity=Normal
echo "ASC.Web.Api"
call dotnet publish web/ASC.Web.Api --self-contained -r win10-x64 -o build/deploy
call dotnet publish web/ASC.Web.Api --self-contained -r win10-x64 -o build/deploy /fl1 /flp1:LogFile=build/ASC.Web.Api.log;Verbosity=Normal
pause