mirror of
https://github.com/microsoft/PowerToys.git
synced 2024-12-18 21:48:12 +08:00
[Build] No cache of dotnet tool packages
This commit is contained in:
parent
cd15078c20
commit
749a717fdd
@ -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)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user