Browse Source

UseDotNet@2

pull/4535/head
Artyom V. Gorchakov 6 years ago
committed by GitHub
parent
commit
f4b1b9dc95
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      azure-pipelines.yml

4
azure-pipelines.yml

@ -34,7 +34,7 @@ jobs:
pool:
vmImage: 'macOS-10.14'
steps:
- task: DotNetCoreInstaller@0
- task: UseDotNet@2
displayName: 'Use .NET Core SDK 3.1.302'
inputs:
version: 3.1.302
@ -105,7 +105,7 @@ jobs:
pool:
vmImage: 'windows-2019'
steps:
- task: DotNetCoreInstaller@0
- task: UseDotNet@2
displayName: 'Use .NET Core SDK 3.1.302'
inputs:
version: 3.1.302

Loading…
Cancel
Save