提交 147b6ce5 编写于 作者: R Ravi Chande 提交者: GitHub

Merge pull request #21260 from dotnet/updatePerfScript

Reference the correct cibuild script
......@@ -16,7 +16,7 @@ Invoke-WebRequest -Uri http://dotnetci.blob.core.windows.net/roslyn-perf/cpc.zip
[Reflection.Assembly]::LoadWithPartialName('System.IO.Compression.FileSystem') | Out-Null
[IO.Compression.ZipFile]::ExtractToDirectory('cpc.zip', $CPCLocation)
./build/scripts/cibuild.ps1 -release -testPerfRun
./build/scripts/cibuild.cmd -release -testPerfRun
if ( -not $? )
{
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册