Disable broken macOS CI job, which is unused (#17221)

This commit is contained in:
Andrew 2022-05-16 10:27:18 -07:00 committed by GitHub
parent f2b7b296b5
commit cc3b6fb9da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -91,16 +91,3 @@ stages:
parameters:
pool: macOS-latest
- stage: CodeCovTestPackage
displayName: CodeCoverage and Test Packages
dependsOn: [] # by specifying an empty array, this stage doesn't depend on the stage before it
jobs:
- job: CodeCovTestPackage
displayName: CodeCoverage and Test Packages
pool:
vmImage: macOS-latest
steps:
- pwsh: |
Import-Module .\tools\ci.psm1
New-CodeCoverageAndTestPackage
displayName: CodeCoverage and Test Package