mirror of
https://github.com/actions/runner-images.git
synced 2026-01-10 12:41:43 +08:00
Disable crash reporting (#826)
* disable jit debugger * override settings asfter vs installation
This commit is contained in:
committed by
Mikhail Timofeev
parent
e132f308cc
commit
05d8b9e003
@@ -944,6 +944,12 @@
|
||||
"{{ template_dir }}/scripts/Installers/Configure-Antivirus.ps1"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "powershell",
|
||||
"scripts":[
|
||||
"{{ template_dir }}/scripts/Installers/Disable-JITDebugger.ps1"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "powershell",
|
||||
"inline": [
|
||||
|
||||
Reference in New Issue
Block a user