Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Install .NET core 3.1 for Mono as well
  • Loading branch information
radekdoulik committed Nov 23, 2020
commit e168a3e733c109e1db4ff5bf3da8144cdfc7b3c0
6 changes: 6 additions & 0 deletions build-tools/automation/templates/install-dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ steps:
inputs:
version: $(DotNetCoreVersion)

- task: UseDotNet@2
displayName: Use .NET Core 3.1.201 for Mono
inputs:
version: 3.1.201
condition: eq(variables['agent.os'], 'Darwin')

- script: |
dotnet tool install --global boots
boots --stable Mono
Expand Down