This commit is contained in:
Jared Parsons 2023-12-26 12:10:03 -08:00
Родитель bc9d9d0d8e
Коммит ff63aae898
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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
}
}