dncurrency/ci/actions/windows/disable_windows_defender.ps1
Russel Waters b81da489f5
friendly backtraces in actions (#2591)
* symlink to backtrace.h in dockerfile
Add defines for BOOST_STACKTRACE_BACKTRACE_INCLUDE_FILE
update testing scripts to handle clang linking to gcc backtrace.h
symlinked location
Continue on Error in ps1 scripts

* use boost 1.70 for clang to allow for

`BOOST_STACKTRACE_BACKTRACE_INCLUDE_FILE` definition
revert win actions guards in assert_internal
2020-02-24 15:21:28 +00:00

5 lines
No EOL
183 B
PowerShell

$ErrorActionPreference = "Continue"
Set-MpPreference -DisableArchiveScanning $true
Set-MpPreference -DisableRealtimeMonitoring $true
Set-MpPreference -DisableBehaviorMonitoring $true