mirror of
https://github.com/Microsoft/calculator.git
synced 2025-08-20 13:23:13 -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
|
name: EssentialExperiences-windows-2022
|
||||||
image: MMSWindows2022-Secure
|
image: MMSWindows2022-Secure
|
||||||
os: windows
|
os: windows
|
||||||
sdl:
|
|
||||||
binskim:
|
|
||||||
analyzeTargetGlob: +:f|$(Agent.BuildDirectory)\binskim\**\*.dll;+:f|$(Agent.BuildDirectory)\binskim\**\*.exe
|
|
||||||
|
|
||||||
stages:
|
stages:
|
||||||
- stage: Calculator
|
- stage: Calculator
|
||||||
|
|
|
@ -28,6 +28,9 @@ jobs:
|
||||||
${{ if eq(parameters.useReleaseAppxManifest, true) }}:
|
${{ if eq(parameters.useReleaseAppxManifest, true) }}:
|
||||||
ManifestFileName: 'Package.Release.appxmanifest'
|
ManifestFileName: 'Package.Release.appxmanifest'
|
||||||
templateContext:
|
templateContext:
|
||||||
|
sdl:
|
||||||
|
binskim:
|
||||||
|
analyzeTargetGlob: +:f|$(Agent.BuildDirectory)\binskim\**\*.dll;+:f|$(Agent.BuildDirectory)\binskim\**\*.exe
|
||||||
outputs:
|
outputs:
|
||||||
- output: pipelineArtifact
|
- output: pipelineArtifact
|
||||||
displayName: Publish drop artifact
|
displayName: Publish drop artifact
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue