Skip to content

Commit

Permalink
Merge pull request planetarium#388 from dahlia/fix-azure-mono-linux
Browse files Browse the repository at this point in the history
Stick with .NET Core SDK compatible with Mono + Linux on Azure Pipelines
  • Loading branch information
dahlia authored Aug 2, 2019
2 parents b320c48 + 6a3f98f commit da9eea5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,12 @@ jobs:
pool:
vmImage: ubuntu-16.04
steps:
- task: UseDotNet@2
displayName: Stick with .NET Core SDK version compatible to Mono toolchain
inputs:
packageType: sdk
version: 2.2.301 # See also: https://github.com/mono/mono/issues/13537
installationPath: $(Agent.ToolsDirectory)/dotnet
- template: .azure-pipelines/mono.yml
parameters:
configuration: $(configuration)
Expand Down

0 comments on commit da9eea5

Please sign in to comment.