Skip to content

Commit

Permalink
Use 2.1 runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
Oren Novotny committed Sep 4, 2019
1 parent 305006e commit e5b6264
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,13 @@ steps:
version: 3.x
includePreviewVersions: true

- task: UseDotNet@2
displayName: 'Use .NET Core Runtime 2.1.x'
inputs:
version: 2.1.x
packageType: runtime


- task: DotNetCoreCLI@2
inputs:
command: custom
Expand Down

0 comments on commit e5b6264

Please sign in to comment.