diff --git a/.azure-pipelines/release.yml b/.azure-pipelines/release.yml index bc314e11beb20d..9140b452e30619 100644 --- a/.azure-pipelines/release.yml +++ b/.azure-pipelines/release.yml @@ -181,7 +181,7 @@ extends: templateContext: sdl: suppression: - suppressionFile: $(Build.SourcesDirectory)/.azure-pipelines/sdl/${{ dim.id }}/gdnsuppress + suppressionFile: $(Build.SourcesDirectory)/.azure-pipelines/sdl/${{ dim.id }}/.gdnsuppress binskim: # Direct binskim to analyze the built product binaries rather # than the installer/7z outputs. Binskim cannot crack open the diff --git a/.azure-pipelines/sdl/windows_arm64/gdnsuppress b/.azure-pipelines/sdl/windows_arm64/.gdnsuppress similarity index 100% rename from .azure-pipelines/sdl/windows_arm64/gdnsuppress rename to .azure-pipelines/sdl/windows_arm64/.gdnsuppress diff --git a/.azure-pipelines/sdl/windows_x64/gdnsuppress b/.azure-pipelines/sdl/windows_x64/.gdnsuppress similarity index 100% rename from .azure-pipelines/sdl/windows_x64/gdnsuppress rename to .azure-pipelines/sdl/windows_x64/.gdnsuppress