[Build] Disable parallel dotnet tool restore

This commit is contained in:
Jeremy Sinclair 2023-10-11 15:36:37 -04:00
parent 18cb82ef25
commit cd15078c20

View File

@ -39,7 +39,7 @@ param(
Write-Output "Use 'Help .\applyXamlStyling.ps1' for more info or '-Main' to run against all files."
Write-Output ""
Write-Output "Restoring dotnet tools..."
dotnet tool restore
dotnet tool restore --disable-parallel
if (-not $Passive)
{