mirror of
https://github.com/winfsp/winfsp.git
synced 2025-04-22 08:23:05 -05:00
Revert "appveyor: disable windows defender"
This reverts commit 4f640755bc9b8958b86f0fc113e1ddd2cc950052.
This commit is contained in:
parent
4f640755bc
commit
9ca7424d27
@ -15,13 +15,11 @@ install:
|
|||||||
- bcdedit /set testsigning on
|
- bcdedit /set testsigning on
|
||||||
- if %TESTING%==Func verifier /standard /driver winfsp-x64.sys
|
- if %TESTING%==Func verifier /standard /driver winfsp-x64.sys
|
||||||
- if exist %SystemRoot%\memory.dmp del %SystemRoot%\memory.dmp
|
- if exist %SystemRoot%\memory.dmp del %SystemRoot%\memory.dmp
|
||||||
- ps: Set-MpPreference -DisableRealtimeMonitoring $true
|
|
||||||
- ps: Restart-Computer -Force
|
- ps: Restart-Computer -Force
|
||||||
- ps: Start-Sleep -s 60
|
- ps: Start-Sleep -s 60
|
||||||
|
|
||||||
build_script:
|
build_script:
|
||||||
- appveyor AddMessage "Reboot complete" -Category Information
|
- appveyor AddMessage "Reboot complete" -Category Information
|
||||||
- ps: Get-MpPreference | FL *RealtimeMonitoring
|
|
||||||
- tools\build.bat %CONFIGURATION%
|
- tools\build.bat %CONFIGURATION%
|
||||||
|
|
||||||
test_script:
|
test_script:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user