Skip to content

Commit 48454ac

Browse files
committed
Add .NET 5 SDK for Azure Pipelines
1 parent f49f6bf commit 48454ac

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

azure-pipelines.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,11 @@ jobs:
1111

1212
steps:
1313
- task: UseDotNet@2
14-
displayName: Install .NET SDK
14+
displayName: Install .NET 5 SDK
15+
inputs:
16+
version: 5.0.x
17+
- task: UseDotNet@2
18+
displayName: Install .NET 6 SDK
1519
inputs:
1620
version: 6.0.x
1721

0 commit comments

Comments
 (0)