Skip to content

Commit a597c71

Browse files
committed
F
1 parent 3fceafc commit a597c71

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

eng/pipelines/templates/build-pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
displayName: Install .NET Runtime
3535
inputs:
3636
includePreviewVersions: true
37-
version: 10.0.0-rc.2
37+
version: 10.x
3838

3939
# Allows for accessing the internal AzDO feed (vs-impl-internal) for project restore via Azure Artifacts Credential Provider.
4040
# See: https://github.com/microsoft/artifacts-credprovider#automatic-usage

eng/pipelines/templates/generate-localization.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
displayName: Install .NET Runtime
2525
inputs:
2626
includePreviewVersions: true
27-
version: 10.0.0-rc.2
27+
version: 10.x
2828

2929
# Creates the LocProject.json and perform some necessary file copying and renaming.
3030
- task: DotNetCoreCLI@2

0 commit comments

Comments
 (0)