Browse Source

Merge pull request #3670 from AvaloniaUI/fixes/osx-ci

Use more specific .NET core versions.
pull/3677/head
Steven Kirk 7 years ago
committed by GitHub
parent
commit
f585c917cd
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      azure-pipelines.yml

8
azure-pipelines.yml

@ -35,16 +35,16 @@ jobs:
vmImage: 'macOS-10.14'
steps:
- task: UseDotNet@2
displayName: 'Use .NET Core SDK 3.1.x'
displayName: 'Use .NET Core SDK 3.1.101'
inputs:
packageType: sdk
version: 3.1.x
version: 3.1.101
- task: UseDotNet@2
displayName: 'Use .NET Core Runtime 3.1.x'
displayName: 'Use .NET Core Runtime 3.1.1'
inputs:
packageType: runtime
version: 3.1.x
version: 3.1.1
- task: CmdLine@2
displayName: 'Install Mono 5.18'

Loading…
Cancel
Save