diff --git a/build/pipelines/azure-pipelines.release.yaml b/build/pipelines/azure-pipelines.release.yaml index aabe900e..52eb6790 100644 --- a/build/pipelines/azure-pipelines.release.yaml +++ b/build/pipelines/azure-pipelines.release.yaml @@ -29,6 +29,14 @@ extends: name: EssentialExperiences-windows-2022 image: MMSWindows2022-Secure os: windows + sdl: + binSkim: + analyzeTargetGlob: | + $(Build.BinariesDirectory)/**.dll; + $(Build.BinariesDirectory)/**.exe; + !**/clrcompression.dll + !**/WebView2Loader.dll + !**/Microsoft.Web.WebView2.Core.dll stages: - stage: Calculator