提交 851f88fa 编写于 作者: B Balaji Soundrarajan

Download CPC as part of Runner.csx

This placement is temporary. We will later introduce flags whether to
run the msbuild on Roslyn, to download CPC.
上级 742e4e47
......@@ -15,6 +15,8 @@ var testDirectory = PerfTestDirectory();
var allResults = new List<Tuple<string, List<Tuple<int, string, object>>>>();
var failed = false;
// Run DownloadCPC before using the TraceManager because TraceManager uses the CPC downloaded binaries
DownloadCPC();
var traceManager = new TraceManager();
// Print message at startup
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册