projects
/
platform
/
upstream
/
dotnet
/
runtime.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eb9a1ea
)
Add xunit.performance.core to core_root. required for few jit tests
author
Rahul Kumar
<rahku@microsoft.com>
Tue, 23 Feb 2016 02:03:28 +0000
(18:03 -0800)
committer
Rahul Kumar
<rahku@microsoft.com>
Tue, 23 Feb 2016 02:03:28 +0000
(18:03 -0800)
Commit migrated from https://github.com/dotnet/coreclr/commit/
e1a873cc9215fe92831c4b8c665fc07d60746b43
src/coreclr/tests/helix.targets
patch
|
blob
|
history
diff --git
a/src/coreclr/tests/helix.targets
b/src/coreclr/tests/helix.targets
index
11f8e9b
..
181bc6c
100644
(file)
--- a/
src/coreclr/tests/helix.targets
+++ b/
src/coreclr/tests/helix.targets
@@
-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"