2018-11-05 22:01:29 -05:00
|
|
|
dotnet publish WebfrontCore/WebfrontCore.csproj -c Release -o X:\IW4MAdmin\Publish\Windows
|
|
|
|
dotnet publish Application/Application.csproj -c Release -o X:\IW4MAdmin\Publish\Windows
|
|
|
|
dotnet publish GameLogServer/GameLogServer.pyproj -c Release -o X:\IW4MAdmin\Publish\Windows\GameLogServer
|
2018-10-12 19:59:17 -04:00
|
|
|
call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\Common7\Tools\VsDevCmd.bat"
|
2018-11-05 22:01:29 -05:00
|
|
|
msbuild GameLogServer/GameLogServer.pyproj /p:PublishProfile=Stable /p:DeployOnBuild=true /p:PublishProfileRootFolder=X:\IW4MAdmin\GameLogServer\
|
|
|
|
cd "X:\IW4MAdmin\DEPLOY\"
|
2018-10-12 19:59:17 -04:00
|
|
|
PowerShell ".\upload_release.ps1"
|