Skip to content

Commit

Permalink
install .net core 3.1 for the versioning package
Browse files Browse the repository at this point in the history
  • Loading branch information
tidusjar committed Nov 11, 2020
1 parent de80558 commit 33d4d60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .azuredevops/pipelines/templates/publish-os-steps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ steps:
displayName: 'Use .NET Core sdk for versioning'
inputs:
packageType: 'sdk'
version: '2.1.x'
version: '3.1.x'

- task: PowerShell@2
displayName: 'Set Version'
Expand Down

0 comments on commit 33d4d60

Please sign in to comment.