Skip to content

Commit 2600080

Browse files
ci: install .NET 10 SDK in pipeline to support net10.0 wrapper generator
1 parent 2ce6ac8 commit 2600080

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.azure-pipelines/common-templates/install-tools.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,12 @@ steps:
55
- task: UseDotNet@2
66
displayName: Use .NET SDK
77
inputs:
8-
version: 8.x
8+
version: 10.x
9+
10+
- task: UseDotNet@2
11+
displayName: Use .NET SDK
12+
inputs:
13+
version: 8.x
914

1015
- task: UseDotNet@2
1116
displayName: Use .NET SDK

0 commit comments

Comments
 (0)