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