Skip to content

Commit

Permalink
Remove MacOS build job
Browse files Browse the repository at this point in the history
- Could have alternately added custom 2.1.500 install step
  • Loading branch information
bartelink committed May 10, 2020
1 parent 9801aa8 commit ea724d0
Showing 1 changed file with 1 addition and 21 deletions.
22 changes: 1 addition & 21 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,24 +42,4 @@ jobs:
displayName: dotnet pack
env:
BUILD_PR: $(SYSTEM.PULLREQUEST.PULLREQUESTNUMBER)
BUILD_ID: $(BUILD.BUILDNUMBER)

- job: MacOS
pool:
vmImage: 'macOS-latest'
steps:
- script: dotnet test build.proj -v n
displayName: dotnet test build.proj
env:
EQUINOX_INTEGRATION_SKIP_EVENTSTORE: true
EQUINOX_INTEGRATION_SKIP_COSMOS: true
- task: PublishTestResults@2
inputs:
testResultsFormat: 'VSTest'
testResultsFiles: 'tests/**/*.trx'
condition: succeededOrFailed()
- script: dotnet pack build.proj
displayName: dotnet pack
env:
BUILD_PR: $(SYSTEM.PULLREQUEST.PULLREQUESTNUMBER)
BUILD_ID: $(BUILD.BUILDNUMBER)
BUILD_ID: $(BUILD.BUILDNUMBER)

0 comments on commit ea724d0

Please sign in to comment.