update to train off the rel/d16.0 branch

上级 915a89b5
......@@ -11,8 +11,8 @@ queue:
variables:
BuildPlatform: 'Any CPU'
InsertTargetBranchFullName: 'lab/d16.0stg472'
InsertTargetBranchShortName: 'd16.0stg472'
InsertTargetBranchFullName: 'rel/d16.0'
InsertTargetBranchShortName: 'd16.0'
steps:
- task: NuGetCommand@2
inputs:
......
......@@ -19,7 +19,7 @@ try {
$optProfToolExe = Join-Path $optProfToolDir "tools\roslyn.optprof.runsettings.generator.exe"
$configFile = Join-Path $repoDir "build\config\optprof.json"
$outputFolder = Join-Path $configDir "Insertion\RunSettings"
$optProfArgs = "--configFile $configFile --outputFolder $outputFolder --buildNumber 28218.3001 "
$optProfArgs = "--configFile $configFile --outputFolder $outputFolder --buildNumber 28302.01 "
Exec-Console $optProfToolExe $optProfArgs
exit 0
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册