Build Net STD in its own directory to avoid cpl zipping issue.

This commit is contained in:
Jack Kanarish
2017-12-07 13:55:31 -05:00
parent b81554fdc9
commit 3150847ade
2 changed files with 6 additions and 4 deletions

View File

@@ -10,7 +10,8 @@
<DefineConstants>TRACE;DEBUG;STANDARD</DefineConstants> <DefineConstants>TRACE;DEBUG;STANDARD</DefineConstants>
</PropertyGroup> </PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'"> <PropertyGroup>
<OutputPath>binNetCoreApp\$(Configuration)\</OutputPath>
<DefineConstants>TRACE;STANDARD</DefineConstants> <DefineConstants>TRACE;STANDARD</DefineConstants>
</PropertyGroup> </PropertyGroup>

View File

@@ -20,7 +20,8 @@
<DefineConstants>TRACE;DEBUG;STANDARD</DefineConstants> <DefineConstants>TRACE;DEBUG;STANDARD</DefineConstants>
</PropertyGroup> </PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'"> <PropertyGroup>
<OutputPath>binNetCoreApp\$(Configuration)\</OutputPath>
<DefineConstants>TRACE;STANDARD</DefineConstants> <DefineConstants>TRACE;STANDARD</DefineConstants>
</PropertyGroup> </PropertyGroup>