diff --git a/eng/common/build.ps1 b/eng/common/build.ps1 index 83fbcce318..1c151851c2 100644 --- a/eng/common/build.ps1 +++ b/eng/common/build.ps1 @@ -135,7 +135,7 @@ function Build { $dotnetRoot = InitializeDotNetCli -install:$restore $dotnetPath = Join-Path $dotnetRoot (GetExecutableFileName 'dotnet') Write-Host "Using $dotnetPath" - & $dotnetPath complog Build.binlog + & $dotnetPath complog create Build.binlog Pop-Location } }