Skip to content

Commit

Permalink
Fix azure pipelines step displayName
Browse files Browse the repository at this point in the history
  • Loading branch information
thohng committed Mar 21, 2024
1 parent 422f72c commit 51cc597
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .azure/pipelines/azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ pool:

steps:
- task: UseDotNet@2
displayName: "Use .NET Core sdk 8.x"
displayName: "Use .NET Core sdk 9.x"
inputs:
version: 9.x
includePreviewVersions: true
Expand Down

0 comments on commit 51cc597

Please sign in to comment.