Skip to content

Commit

Permalink
Merge pull request #1260 from microsoft/dev/dagood/add-supp
Browse files Browse the repository at this point in the history
pipelines: add missing suppressionFile assignments
  • Loading branch information
karianna authored Jul 2, 2024
2 parents 3c5737f + bc92aea commit 22a1137
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions eng/pipeline/rolling-innerloop-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ extends:
name: NetCore1ESPool-Internal
image: 1es-windows-2022
os: windows
suppression:
suppressionFile: $(Build.SourcesDirectory)/.config/guardian/.gdnsuppress
containers:
ubuntu2204:
image: mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-22.04
Expand Down
2 changes: 2 additions & 0 deletions eng/pipeline/rolling-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ extends:
name: NetCore1ESPool-Internal
image: 1es-windows-2022
os: windows
suppression:
suppressionFile: $(Build.SourcesDirectory)/.config/guardian/.gdnsuppress
containers:
ubuntu2204:
image: mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-22.04
Expand Down

0 comments on commit 22a1137

Please sign in to comment.