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 563bab8 commit d5cc713Copy full SHA for d5cc713
.circleci/config.yml
@@ -155,7 +155,7 @@ jobs:
155
shell: 'powershell.exe -ExecutionPolicy Bypass'
156
privileged: true
157
command: |
158
- "Start-Process -Verb RunAs powershell '-NoExit -ExecutionPolicy Bypass -Command Set-MpPreference -DisableRealtimeMonitoring $true -Verbose' "
+ Start-Process -Verb RunAs powershell '-NoExit -ExecutionPolicy Bypass -Command Set-MpPreference -DisableRealtimeMonitoring $true -Verbose'
159
- run: sc query WinDefend
160
- run:
161
name: pip
0 commit comments