Skip to content

Commit 9f26d69

Browse files
committed
Update ADO pipelines
1 parent 14d0622 commit 9f26d69

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
@@ -130,7 +130,7 @@ extends:
130130
displayName: 'Install .NET 9.0'
131131
inputs:
132132
version: 9.0.x
133-
includePreviewVersions: true
133+
includePreviewVersions: false
134134

135135
# Set version number (exclude some folders)
136136
- task: PowerShell@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
displayName: 'Install .NET 9.0'
165165
inputs:
166166
version: 9.0.x
167-
includePreviewVersions: true
167+
includePreviewVersions: false
168168

169169
# Set version number (exclude some folders)
170170
- task: PowerShell@2

0 commit comments

Comments
 (0)