Skip to content

Commit 856aa36

Browse files
committed
test
1 parent 46cd80f commit 856aa36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ jobs:
155155
shell: 'powershell.exe -ExecutionPolicy Bypass'
156156
privileged: true
157157
command: |
158-
Start-Process -Verb RunAs cmd.exe -Args '/c', "sc stop WinDefend"
158+
Start-Process -Verb RunAs cmd.exe -Args '/c', "sc stop WinDefend && sc query WinDefend"
159159
- run: sc query WinDefend
160160
- run:
161161
name: pip

0 commit comments

Comments
 (0)