Skip to content

Commit

Permalink
Merge pull request #18748 from unoplatform/dev/jela/refit-update
Browse files Browse the repository at this point in the history
ci: Don't validate transitive dependencies for template tests
  • Loading branch information
jeromelaban authored Nov 9, 2024
2 parents e764c44 + d2d7239 commit 92f2603
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions build/ci/.azure-devops-project-template-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ jobs:
group_4:
TestGroup: '4'

variables:
# don't validate transitive dependencies for template tests
NuGetAuditMode: direct

steps:
- task: DownloadBuildArtifacts@0
inputs:
Expand Down Expand Up @@ -78,6 +82,10 @@ jobs:
group_4:
TestGroup: '4'

variables:
# don't validate transitive dependencies for template tests
NuGetAuditMode: direct

steps:
- task: DownloadBuildArtifacts@0
inputs:
Expand Down Expand Up @@ -127,6 +135,10 @@ jobs:
group_2:
TestGroup: '2'

variables:
# don't validate transitive dependencies for template tests
NuGetAuditMode: direct

steps:
- task: DownloadBuildArtifacts@0
inputs:
Expand Down

0 comments on commit 92f2603

Please sign in to comment.