Skip to content

Commit cf8d30a

Browse files
committed
[HotFix] Fix .NET version on Deploy stage
1 parent 4501fb1 commit cf8d30a

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

azure-pipelines.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -154,11 +154,12 @@ stages:
154154
- job: release
155155
displayName: 'Create tag on GitHub and publish NuGet package'
156156

157-
steps:
157+
steps:
158158
- task: UseDotNet@2
159-
displayName: 'Install .NET SDK 2.1.x'
159+
displayName: Use .NET 6.0
160160
inputs:
161-
version: '2.1.x'
161+
packageType: 'sdk'
162+
version: '6.0.x'
162163

163164
- task: gitversion/setup@0
164165
displayName: 'Install GitTools'

0 commit comments

Comments
 (0)