Skip to content

Commit

Permalink
Merge pull request dotnet#33193 from dotnet/dev/jorobich/reenable-mon…
Browse files Browse the repository at this point in the history
…o-build

Re-enable mono CI build
  • Loading branch information
JoeRobich authored Feb 7, 2019
2 parents 9af71e1 + 6dc190d commit 6d07d39
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -176,11 +176,10 @@ jobs:
_args: --testCoreClr
_name: CoreClr
_configuration: Debug
# Skip mono build leg until dpkg issues are resolved - For more details https://github.com/dotnet/roslyn/issues/33161
# mono:
# _args: --testMono --docker
# _name: Mono
# _configuration: Debug
mono:
_args: --testMono --docker
_name: Mono
_configuration: Debug
timeoutInMinutes: 90
steps:
- script: ./eng/cibuild.sh --configuration $(_configuration) --prepareMachine $(_args)
Expand Down

0 comments on commit 6d07d39

Please sign in to comment.