Skip to content

Commit

Permalink
Add Use .NET Core 2.2 SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
nbowes24 authored Jul 31, 2020
1 parent 03dd200 commit 875b9a5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@ resources:
endpoint: "GitHub (SFA)"

steps:
- task: UseDotNet@2
displayName: 'Use .NET Core sdk 2.2.x'
inputs:
version: 2.2.x

- task: gittools.gitversion.gitversion-task.GitVersion@5
displayName: GitVersion
inputs:
Expand Down

0 comments on commit 875b9a5

Please sign in to comment.