only create release zips when building in release mode
This commit is contained in:
parent
8772991548
commit
0ac43b2541
|
@ -1,6 +1,6 @@
|
|||
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<PropertyGroup>
|
||||
<DeployModFolderName>$(MSBuildProjectName)</DeployModFolderName>
|
||||
<DeployModZipTo>$(SolutionDir)\_releases</DeployModZipTo>
|
||||
<DeployModZipTo Condition="'$(Configuration)' == 'Release'">$(SolutionDir)\_releases</DeployModZipTo>
|
||||
</PropertyGroup>
|
||||
</Project>
|
||||
|
|
Loading…
Reference in New Issue