diff --git a/eng/pipelines/templates/stages/archetype-sdk-client.yml b/eng/pipelines/templates/stages/archetype-sdk-client.yml index 4effd6dab0f1..0f3ffcf9f0f6 100644 --- a/eng/pipelines/templates/stages/archetype-sdk-client.yml +++ b/eng/pipelines/templates/stages/archetype-sdk-client.yml @@ -88,15 +88,9 @@ stages: - ${{ each config in parameters.AdditionalMatrixConfigs }}: - ${{ config }} MatrixFilters: ${{ parameters.MatrixFilters }} - MatrixReplace: - # Temporarily replace macOS agents with ubuntu agents because of ongoing pool capacity issues - - Pool=Azure.Pipelines/azsdk-pool-mms-ubuntu-1804-general - - OsVmImage=macOS-10.15/MMSUbuntu18.04 - - ${{ each replacement in parameters.MatrixReplace }}: - - ${{ replacement }} + MatrixReplace: ${{ parameters.MatrixReplace }} VerifyAutorest: ${{ parameters.VerifyAutorest }} - # The Prerelease and Release stages are conditioned on whether we are building a pull request and the branch. - ${{if and(ne(variables['Build.Reason'], 'PullRequest'), eq(variables['System.TeamProject'], 'internal'))}}: - template: archetype-python-release.yml