Skip to content

Commit d97332e

Browse files
committed
Added condition to UnityEngine dll for CI
1 parent e00a5e8 commit d97332e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MLAPI/MLAPI.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
<Reference Include="System.Data.DataSetExtensions" />
7070
<Reference Include="System.Data" />
7171
<Reference Include="System.Xml" />
72-
<Reference Include="UnityEngine, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
72+
<Reference Include="UnityEngine, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL" Condition="'$(Configuration)' != 'CI'">
7373
<SpecificVersion>False</SpecificVersion>
7474
<HintPath>..\..\..\..\..\..\Program Files\Unity\Editor\Data\Managed\UnityEngine.dll</HintPath>
7575
</Reference>

0 commit comments

Comments
 (0)