Skip to content

Commit

Permalink
ci(azure pipelines): .net7
Browse files Browse the repository at this point in the history
  • Loading branch information
kdinev committed Nov 28, 2022
1 parent fe3434d commit 9cd432e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ variables:

steps:
- task: UseDotNet@2
displayName: 'Use .Net sdk 6.x'
displayName: 'Use .Net sdk 7.x'
inputs:
version: 6.x
version: 7.x

- task: NuGetToolInstaller@0

Expand Down

0 comments on commit 9cd432e

Please sign in to comment.