Skip to content

Commit 721b666

Browse files
authored
Fix ADO pipelines (#4227)
1 parent 319ef61 commit 721b666

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.205
134+
version: 9.0.x
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.205
167+
version: 9.0.x
168168
includePreviewVersions: false
169169

170170
- task: UseDotNet@2

0 commit comments

Comments
 (0)