提交 58827d75 编写于 作者: R Ravi Chande 提交者: GitHub

Merge pull request #17420 from dotnet/rchande-patch-1

Search entire DLLs directory for perf tests
......@@ -116,7 +116,7 @@ if defined TestPerfRun (
call :TerminateBuildProcesses || goto :BuildFailed
.\Binaries\%BuildConfiguration%\Exes\Perf.Runner\Roslyn.Test.Performance.Runner.exe --search-directory=".\\Binaries\\%BuildConfiguration%\\Dlls\\Perf.Tests\\" --no-trace-upload !EXTRA_PERF_RUNNER_ARGS! || goto :BuildFailed
.\Binaries\%BuildConfiguration%\Exes\Perf.Runner\Roslyn.Test.Performance.Runner.exe --search-directory=".\\Binaries\\%BuildConfiguration%\\Dlls\\" --no-trace-upload !EXTRA_PERF_RUNNER_ARGS! || goto :BuildFailed
exit /b 0
)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册