We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fba606f commit 6ca6b32Copy full SHA for 6ca6b32
apps/rush-lib/src/utilities/AsyncRecycler.ts
@@ -150,7 +150,7 @@ export class AsyncRecycler {
150
args = [
151
'/c',
152
'"' +
153
- 'PowerShell.exe -Version 3.0 -NoLogo -NonInteractive -WindowStyle Hidden -Command' +
+ 'PowerShell.exe -Version 3.0 -NoLogo -NonInteractive -NoProfile -WindowStyle Hidden -Command' +
154
` Get-ChildItem -Force '${escapedRecyclerFolder}'` +
155
// The "^|" here prevents cmd.exe from interpreting the "|" symbol
156
` ^| ForEach ($_) { Remove-Item -ErrorAction Ignore -Force -Recurse "\\\\?\\$($_.FullName)" }` +
0 commit comments