Skip to content

Commit

Permalink
Disable Mono CI (#6059)
Browse files Browse the repository at this point in the history
Until it can parse C# 9 syntax. Followed by issue #6058
  • Loading branch information
cdmihai authored Feb 4, 2021
1 parent 8ed6803 commit f8d5553
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .vsts-dotnet-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,8 @@ jobs:
condition: always()

- job: MonoOnMac
# Mono CI disabled until it can parse C# 9 syntax: https://github.com/dotnet/msbuild/issues/6058
condition: eq(1,2)
displayName: "macOS Mono"
pool:
vmImage: 'macOS-10.14'
Expand Down

0 comments on commit f8d5553

Please sign in to comment.