mirror of
https://github.com/Microsoft/calculator.git
synced 2025-08-20 05:13:11 -07:00
binskim
This commit is contained in:
parent
26e86ffb6e
commit
be5e371802
2 changed files with 3 additions and 3 deletions
|
@ -29,9 +29,6 @@ extends:
|
|||
name: EssentialExperiences-windows-2022
|
||||
image: MMSWindows2022-Secure
|
||||
os: windows
|
||||
sdl:
|
||||
binskim:
|
||||
analyzeTargetGlob: +:f|$(Agent.BuildDirectory)\binskim\**\*.dll;+:f|$(Agent.BuildDirectory)\binskim\**\*.exe
|
||||
|
||||
stages:
|
||||
- stage: Calculator
|
||||
|
|
|
@ -28,6 +28,9 @@ jobs:
|
|||
${{ if eq(parameters.useReleaseAppxManifest, true) }}:
|
||||
ManifestFileName: 'Package.Release.appxmanifest'
|
||||
templateContext:
|
||||
sdl:
|
||||
binskim:
|
||||
analyzeTargetGlob: +:f|$(Agent.BuildDirectory)\binskim\**\*.dll;+:f|$(Agent.BuildDirectory)\binskim\**\*.exe
|
||||
outputs:
|
||||
- output: pipelineArtifact
|
||||
displayName: Publish drop artifact
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue