Sync eng/common directory with azure-sdk-tools for PR 10990 (#6644)

This commit is contained in:
Azure SDK Bot 2025-06-25 09:53:19 -07:00 committed by GitHub
parent 87e1f72926
commit 6d5a909084
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -38,13 +38,10 @@ stages:
UserOrgUri: "https://azuresdkartifacts.blob.core.windows.net/azure-sdk-write-teams/user-org-visibility-blob"
steps:
- task: DotNetCoreCLI@2
displayName: 'Install CodeownersLinter'
inputs:
command: custom
custom: 'tool'
arguments: 'install --global --add-source "$(DotNetDevOpsFeed)" --version "$(CodeownersLinterVersion)" "Azure.Sdk.Tools.CodeownersLinter"'
workingDirectory: '$(Build.SourcesDirectory)/eng/common'
- pwsh: |
dotnet tool install --global --add-source "$(DotNetDevOpsFeed)" --version "$(CodeownersLinterVersion)" "Azure.Sdk.Tools.CodeownersLinter"
displayName: Install CodeownersLinter
workingDirectory: '$(Agent.WorkFolder)' # Some directory outside of the source clone to avoid hitting global.json files when any version of dotnet will work for this install
- ${{ if eq(variables['Build.Reason'], 'PullRequest') }}:
- pwsh: |