[Build] No cache of dotnet tool packages

This commit is contained in:
Jeremy Sinclair 2023-10-11 15:43:48 -04:00
parent cd15078c20
commit 749a717fdd

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 "Use 'Help .\applyXamlStyling.ps1' for more info or '-Main' to run against all files."
Write-Output "" Write-Output ""
Write-Output "Restoring dotnet tools..." Write-Output "Restoring dotnet tools..."
dotnet tool restore --disable-parallel dotnet tool restore --disable-parallel --no-cache
if (-not $Passive) if (-not $Passive)
{ {