Add xunit.performance.core to core_root. required for few jit tests
authorRahul Kumar <rahku@microsoft.com>
Tue, 23 Feb 2016 02:03:28 +0000 (18:03 -0800)
committerRahul Kumar <rahku@microsoft.com>
Tue, 23 Feb 2016 02:03:28 +0000 (18:03 -0800)
tests/helix.targets

index 11f8e9b..181bc6c 100644 (file)
@@ -8,6 +8,8 @@
 
   <ItemGroup>
     <CoreRootFiles Include="$(CORE_ROOT)\*.*" />
+    <CoreRootFiles Include="$(PackagesDir)Microsoft.DotNet.xunit.performance\1.0.0-alpha-build0027\lib\dotnet\xunit.performance.core.dll" />
+    <CoreRootFiles Include="$(PackagesDir)xunit.extensibility.core\2.1.0\lib\dotnet\xunit.core.dll" />
   </ItemGroup>
 
   <Target Name="ReplaceProjectLockJson"