Skip to content

Commit dc09867

Browse files
committed
Set SDK for ADO pipelines
1 parent 85f4ecf commit dc09867

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

eng/pipelines/build-all-lib.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ extends:
131131
- task: UseDotNet@2
132132
displayName: 'Install .NET 9.0'
133133
inputs:
134-
version: 9.0.x
134+
version: 9.0.205
135135
includePreviewVersions: false
136136

137137
- task: UseDotNet@2

eng/pipelines/build-core-lib.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ extends:
164164
- task: UseDotNet@2
165165
displayName: 'Install .NET 9.0'
166166
inputs:
167-
version: 9.0.x
167+
version: 9.0.205
168168
includePreviewVersions: false
169169

170170
- task: UseDotNet@2

0 commit comments

Comments
 (0)