Skip to content

Commit

Permalink
[windows] Remove Windows\Installer\* folder cleanup (#11144)
Browse files Browse the repository at this point in the history
  • Loading branch information
shamil-mubarakshin authored Dec 10, 2024
1 parent ddfcef3 commit 6bbddd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/windows/scripts/build/Invoke-Cleanup.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Write-Host "Clean up various directories"
"$env:SystemRoot\logs",
"$env:SystemRoot\winsxs\manifestcache",
"$env:SystemRoot\Temp",
"$env:SystemRoot\Installer\*",
$(if(Test-IsWin25){"$env:SystemRoot\Installer\*"}),
"$env:SystemDrive\Users\$env:INSTALL_USER\AppData\Local\Temp",
"$env:TEMP",
"$env:AZURE_CONFIG_DIR\logs",
Expand Down

0 comments on commit 6bbddd2

Please sign in to comment.