Skip to content

Commit 839d088

Browse files
Set WorkingDirectory so the dotnet tools install works on non-windows (Azure#33070)
Co-authored-by: James Suplizio <jasupliz@microsoft.com>
1 parent 6d507a5 commit 839d088

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

eng/common/pipelines/codeowners-linter.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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'

0 commit comments

Comments
 (0)