Skip to content

Commit

Permalink
Remove mac build
Browse files Browse the repository at this point in the history
  • Loading branch information
jvlflame committed Dec 23, 2020
1 parent 781c8fe commit d443302
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,22 +43,3 @@ jobs:
testResultsFiles: '$(Build.SourcesDirectory)\ccReport\codeCoverage.xml'
testRunTitle: 'pwsh_ubuntuLatest'
displayName: 'Publish Test Results'

- job: build_pwsh_macOSLatest
pool:
vmImage: macOS-latest
steps:
- script: |
brew update
brew tap caskroom/cask
brew cask install powershell
displayName: 'Install PowerShell Core'
- script: |
pwsh -c '$PSVersionTable;.\actions_bootstrap.ps1;Invoke-Build -File $(Build.SourcesDirectory)/src/Javinizer.build.ps1'
displayName: 'Build and Test'
- task: PublishTestResults@2
inputs:
testRunner: 'NUnit'
testResultsFiles: '$(Build.SourcesDirectory)\ccReport\codeCoverage.xml'
testRunTitle: 'pwsh_macOSLatest'
displayName: 'Publish Test Results'

0 comments on commit d443302

Please sign in to comment.