mirror of
https://github.com/Microsoft/calculator.git
synced 2025-08-20 13:23:13 -07:00
try glob
This commit is contained in:
parent
2ddaab54a8
commit
439d3d8966
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ extends:
|
|||
os: windows
|
||||
sdl:
|
||||
binskim:
|
||||
analyzeTargetGlob: -:f|**\GraphingImpl.dll;-:f|**\omsautimmss.dll
|
||||
analyzeTargetGlob: +:f|$(Build.BinariesDirectory)\**\*.dll;+:$(Build.BinariesDirectory)\**\*.exe;-:f|**\GraphingImpl.dll;-:f|**\omsautimmss.dll
|
||||
|
||||
stages:
|
||||
- stage: Calculator
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue