Skip to content

Commit

Permalink
Change dotnet version in CI pipeline (#2372)
Browse files Browse the repository at this point in the history
  • Loading branch information
kumaraksh1 authored Mar 10, 2024
1 parent 954ecd6 commit 519ec6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vsts/pipelines/templates/_releaseStepTemplate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ steps:
- task: UseDotNet@2
displayName: 'Use .NET Core sdk 7.x'
inputs:
version: 7.0.306
version: 7.x

- task: ShellScript@2
displayName: 'Test runtime images for pme staging registry'
Expand Down

0 comments on commit 519ec6d

Please sign in to comment.