This commit is contained in:
Tian Liao 2023-10-26 22:32:35 +08:00
commit be5e371802
2 changed files with 3 additions and 3 deletions

View file

@ -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

View file

@ -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