mirror of
https://github.com/ICDSystems/ICD.Common.Utils.git
synced 2026-02-16 21:24:58 +00:00
Build Net STD in its own directory to avoid cpl zipping issue.
This commit is contained in:
@@ -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>
|
||||||
|
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user