We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 740da14 commit 2cd6703Copy full SHA for 2cd6703
src/ci/scripts/free-disk-space-windows.ps1
@@ -4,9 +4,6 @@ $ErrorActionPreference = 'Stop'
4
5
Get-Volume | Out-String | Write-Output
6
7
-# Exclude directory from Defender to make this faster
8
-Add-MpPreference -ExclusionPath C:\
9
-
10
$available = $(Get-Volume C).SizeRemaining
11
12
$dirs = 'C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\Llvm',
0 commit comments