File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ stages:
2020- stage : Run
2121 variables :
2222 skipComponentGovernanceDetection : true
23+ nugetMultiFeedWarnLevel : ' none'
2324
2425 jobs :
2526 - job : Run
@@ -42,6 +43,8 @@ stages:
4243 command : custom
4344 custom : ' tool'
4445 arguments : ' install --global --add-source "$(DotNetDevOpsFeed)" --version "$(CodeownersLinterVersion)" "Azure.Sdk.Tools.CodeownersLinter"'
46+ workingDirectory : ' $(Build.SourcesDirectory)/eng/common'
4547 - pwsh : |
4648 codeowners-linter --repoRoot $(Build.SourcesDirectory) --repoName $(Build.Repository.Name) -fbl -rUri "$(RepoLabelUri)" -tUri "$(TeamUserUri)" -uUri "$(UserOrgUri)"
4749 displayName: 'Lint CODEOWNERS and filter using baseline'
50+ workingDirectory: '$(Build.SourcesDirectory)/eng/common'
You can’t perform that action at this time.
0 commit comments