Run-xunit-perf: update TraceEvents version number
authorJoseph Tremoulet <jotrem@microsoft.com>
Tue, 18 Apr 2017 16:47:25 +0000 (12:47 -0400)
committerJoseph Tremoulet <jotrem@microsoft.com>
Tue, 18 Apr 2017 16:47:25 +0000 (12:47 -0400)
The perf harness needs 1.0.3-alpha-experimental now.

tests/scripts/run-xunit-perf.cmd

index 3645632..a78af74 100644 (file)
@@ -46,7 +46,7 @@ pushd sandbox
 @rem xunit and perf
 "%CORECLR_REPO%\Tools\dotnetcli\dotnet.exe" restore "%CORECLR_REPO%\tests\src\Common\PerfHarness\project.json"
 "%CORECLR_REPO%\Tools\dotnetcli\dotnet.exe" publish "%CORECLR_REPO%\tests\src\Common\PerfHarness\project.json" -c Release -o %CORECLR_REPO%\sandbox
-xcopy /sy %CORECLR_REPO%\packages\Microsoft.Diagnostics.Tracing.TraceEvent\1.0.0-alpha-experimental\lib\native\* . >> %RUNLOG%
+xcopy /sy %CORECLR_REPO%\packages\Microsoft.Diagnostics.Tracing.TraceEvent\1.0.3-alpha-experimental\lib\native\* . >> %RUNLOG%
 xcopy /sy %CORECLR_REPO%\bin\tests\Windows_NT.%TEST_ARCH%.%TEST_CONFIG%\Tests\Core_Root\* . >> %RUNLOG%
 
 @rem find and stage the tests