Add script to zip up release builds.

This commit is contained in:
Pieter-Jan Briers
2017-08-06 23:15:39 +02:00
parent 486bb9f0ef
commit 4454525e6d
4 changed files with 69 additions and 6 deletions

View File

@@ -33,7 +33,6 @@
<OutputPath>..\bin\Content.Server\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<Optimize>true</Optimize>
<DebugType>pdbonly</DebugType>
<PlatformTarget>x86</PlatformTarget>
<ErrorReport>prompt</ErrorReport>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
@@ -78,7 +77,7 @@
if not exist "..\Server\Assemblies" (
mkdir ..\Server\Assemblies\
)
copy Content.* ..\Server\Assemblies\
copy Content.* ..\Server\Assemblies\ > NUL
</PostBuildEvent>
</PropertyGroup>
</When>