Merge branch 'osx-matrix' of https://github.com/Azure/azure-sdk-for-cpp into osx-matrix

This commit is contained in:
George Arama 2024-05-31 11:21:58 -07:00
commit 0e7043063c

View File

@ -205,6 +205,14 @@ jobs:
- template: /eng/pipelines/templates/steps/show-failure-logs.yml
- task: UseDotNet@2
displayName: Use .NET 6 for Test Proxy
# Mac agents do not have .NET 6 installed by default since 10.13
condition: and(succeeded(), eq(variables['Agent.OS'], 'Darwin'))
inputs:
packageType: runtime
version: 6.x
- template: /eng/common/testproxy/test-proxy-tool.yml
parameters:
runProxy: true