Skip to content

Commit

Permalink
[HotFix] Fix .NET version on Deploy stage
Browse files Browse the repository at this point in the history
  • Loading branch information
mialeska committed Mar 8, 2022
1 parent 4501fb1 commit cf8d30a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,11 +154,12 @@ stages:
- job: release
displayName: 'Create tag on GitHub and publish NuGet package'

steps:
steps:
- task: UseDotNet@2
displayName: 'Install .NET SDK 2.1.x'
displayName: Use .NET 6.0
inputs:
version: '2.1.x'
packageType: 'sdk'
version: '6.0.x'

- task: gitversion/setup@0
displayName: 'Install GitTools'
Expand Down

0 comments on commit cf8d30a

Please sign in to comment.