Skip to content

Commit 3fceafc

Browse files
committed
F
1 parent 46d28e9 commit 3fceafc

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,8 @@ jobs:
3333
- task: UseDotNet@2
3434
displayName: Install .NET Runtime
3535
inputs:
36-
packageType: runtime
37-
# This should match the target of our unit test projects.
38-
version: 10.0.x
36+
includePreviewVersions: true
37+
version: 10.0.0-rc.2
3938

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

eng/pipelines/templates/generate-localization.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,8 @@ jobs:
2323
- task: UseDotNet@2
2424
displayName: Install .NET Runtime
2525
inputs:
26-
packageType: runtime
2726
includePreviewVersions: true
28-
version: 10.0.x
27+
version: 10.0.0-rc.2
2928

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

0 commit comments

Comments
 (0)