ADO OneFuzz pipeline updated with setup script (#420)

This commit is contained in:
Chuck Walbourn
2023-12-06 19:17:02 -08:00
committed by GitHub
parent e8dd6c7559
commit 0f8b427bf4
3 changed files with 114 additions and 3 deletions

View File

@@ -14,7 +14,7 @@
"ProjectName": "Direct3D",
"TargetName": "DirectXTex",
"TargetOptions": [
"-rss_limit_mb=4096"
" -rss_limit_mb=4096"
]
}
],
@@ -22,7 +22,8 @@
"fuzzloaders.exe",
"fuzzloaders.pdb",
"clang_rt.asan_dynamic-x86_64.dll",
"msdia140.dll"
"msdia140.dll",
"setup.ps1"
],
"AdoTemplate": {
"Org": "microsoft",