Skip to content

Commit

Permalink
Suppress Nuget security error
Browse files Browse the repository at this point in the history
  • Loading branch information
richma-ms committed Feb 10, 2021
1 parent 8619cc8 commit 78c7bc4
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 0 deletions.
1 change: 1 addition & 0 deletions builds/ci/dotnet.yaml
Expand Up @@ -8,6 +8,7 @@ trigger:
- preview/iiot
pr: none
variables:
NugetSecurityAnalysisWarningLevel: warn
build.configuration: Release
test.filter: Category=Integration&Category!=Stress
jobs:
Expand Down
1 change: 1 addition & 0 deletions builds/e2e/connectivity.yaml
Expand Up @@ -2,6 +2,7 @@ trigger: none
pr: none

variables:
NugetSecurityAnalysisWarningLevel: warn
images.artifact.name.linux: 'core-linux'
vsts.project: $(System.TeamProjectId)

Expand Down
3 changes: 3 additions & 0 deletions builds/e2e/e2e.yaml
@@ -1,6 +1,9 @@
trigger: none
pr: none

variables:
NugetSecurityAnalysisWarningLevel: warn

resources:
pipelines:
- pipeline: images
Expand Down
1 change: 1 addition & 0 deletions builds/e2e/nested-connectivity.yaml
Expand Up @@ -2,6 +2,7 @@ trigger: none
pr: none

variables:
NugetSecurityAnalysisWarningLevel: warn
images.artifact.name.linux: 'core-linux'
vsts.project: $(System.TeamProjectId)

Expand Down
3 changes: 3 additions & 0 deletions builds/e2e/nested-e2e.yaml
@@ -1,6 +1,9 @@
trigger: none
pr: none

variables:
NugetSecurityAnalysisWarningLevel: warn

resources:
pipelines:
- pipeline: images
Expand Down
3 changes: 3 additions & 0 deletions builds/e2e/nested-longhaul.yaml
@@ -1,6 +1,9 @@
trigger: none
pr: none

variables:
NugetSecurityAnalysisWarningLevel: warn

resources:
pipelines:
- pipeline: images
Expand Down
2 changes: 2 additions & 0 deletions builds/misc/images.yaml
Expand Up @@ -6,6 +6,8 @@ trigger:
- iiot
- preview/iiot
pr: none
variables:
NugetSecurityAnalysisWarningLevel: warn

jobs:
################################################################################
Expand Down
2 changes: 2 additions & 0 deletions builds/misc/packages.yaml
Expand Up @@ -14,6 +14,8 @@ jobs:
displayName: Linux
pool:
vmImage: 'ubuntu-18.04'
variables:
NugetSecurityAnalysisWarningLevel: warn
strategy:
matrix:
Centos75-amd64:
Expand Down

0 comments on commit 78c7bc4

Please sign in to comment.