Skip to content
This repository has been archived by the owner on Apr 6, 2024. It is now read-only.

Commit

Permalink
Remove Mac and Linux builds
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalberger committed Dec 15, 2018
1 parent 53fc1be commit 4bccf3c
Showing 1 changed file with 1 addition and 20 deletions.
21 changes: 1 addition & 20 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,24 +12,5 @@ jobs:
pool:
vmImage: 'vs2017-win2016'
steps:
- powershell: |
$ENV:CAKE_SKIP_GITVERSION=([string]::IsNullOrEmpty($ENV:SYSTEM_PULLREQUEST_PULLREQUESTID) -eq $False).ToString()
.\build.ps1
exit $LASTEXITCODE
displayName: 'Cake Build'
- job: macOS
pool:
vmImage: 'macOS-10.13'
steps:
- bash: |
brew install mono
mono --version
./build.sh --verbosity Diagnostic
displayName: 'Cake Build'
- job: Ubuntu
pool:
vmImage: 'ubuntu-16.04'
steps:
- bash: |
./build.sh --verbosity Diagnostic
- powershell: ./build.ps1
displayName: 'Cake Build'

0 comments on commit 4bccf3c

Please sign in to comment.