From 749a717fdde8cca5c94ba6be17e5516c1e7289b2 Mon Sep 17 00:00:00 2001 From: Jeremy Sinclair <4016293+snickler@users.noreply.github.com> Date: Wed, 11 Oct 2023 15:43:48 -0400 Subject: [PATCH] [Build] No cache of dotnet tool packages --- .pipelines/applyXamlStyling.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pipelines/applyXamlStyling.ps1 b/.pipelines/applyXamlStyling.ps1 index ac9b2c0e51..3b274e6836 100644 --- a/.pipelines/applyXamlStyling.ps1 +++ b/.pipelines/applyXamlStyling.ps1 @@ -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 --disable-parallel +dotnet tool restore --disable-parallel --no-cache if (-not $Passive) {