We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7830c55 commit dd63cb0Copy full SHA for dd63cb0
azure-pipelines/build.yml
@@ -141,6 +141,9 @@ jobs:
141
- ${{ if parameters.EnableOptProf }}:
142
- powershell: Write-Host "##vso[task.setvariable variable=PROFILINGINPUTSDROPNAME]$(tools/variables/ProfilingInputsDropName.ps1)"
143
displayName: ⚙ Set ProfilingInputsDropName for optprof
144
+ sdl:
145
+ binskim:
146
+ analyzeTargetGlob: $(Build.ArtifactStagingDirectory)\symbols-Windows\**
147
148
outputParentDirectory: $(Build.ArtifactStagingDirectory)
149
outputs:
0 commit comments