Skip to content

Commit

Permalink
updated a cd reference to .net 6
Browse files Browse the repository at this point in the history
  • Loading branch information
JJBussert committed Nov 20, 2021
1 parent 7bd97a6 commit bc2b653
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/templates/job_nuget_github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@ jobs:
- task: UseDotNet@2
displayName: 'Use .Net Core sdk 5.x'
displayName: 'Use .Net Core sdk 6.x'
inputs:
version: 5.x
version: 6.x
includePreviewVersions: true

- task: DotNetCoreCLI@2
Expand Down

0 comments on commit bc2b653

Please sign in to comment.