diff --git a/eng/common/pipelines/codeowners-linter.yml b/eng/common/pipelines/codeowners-linter.yml index 49ffa38f2..a95ec34c3 100644 --- a/eng/common/pipelines/codeowners-linter.yml +++ b/eng/common/pipelines/codeowners-linter.yml @@ -20,6 +20,7 @@ stages: - stage: Run variables: skipComponentGovernanceDetection: true + nugetMultiFeedWarnLevel: 'none' jobs: - job: Run @@ -42,6 +43,8 @@ stages: command: custom custom: 'tool' arguments: 'install --global --add-source "$(DotNetDevOpsFeed)" --version "$(CodeownersLinterVersion)" "Azure.Sdk.Tools.CodeownersLinter"' + workingDirectory: '$(Build.SourcesDirectory)/eng/common' - pwsh: | codeowners-linter --repoRoot $(Build.SourcesDirectory) --repoName $(Build.Repository.Name) -fbl -rUri "$(RepoLabelUri)" -tUri "$(TeamUserUri)" -uUri "$(UserOrgUri)" displayName: 'Lint CODEOWNERS and filter using baseline' + workingDirectory: '$(Build.SourcesDirectory)/eng/common'