From: Joseph Tremoulet Date: Tue, 18 Apr 2017 16:47:25 +0000 (-0400) Subject: Run-xunit-perf: update TraceEvents version number X-Git-Tag: accepted/tizen/base/20180629.140029~1375^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=903c420ef95e7585236c807a2f8d5c521e2215dc;p=platform%2Fupstream%2Fcoreclr.git Run-xunit-perf: update TraceEvents version number The perf harness needs 1.0.3-alpha-experimental now. --- diff --git a/tests/scripts/run-xunit-perf.cmd b/tests/scripts/run-xunit-perf.cmd index 3645632..a78af74 100644 --- a/tests/scripts/run-xunit-perf.cmd +++ b/tests/scripts/run-xunit-perf.cmd @@ -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