We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fceafc commit a597c71Copy full SHA for a597c71
eng/pipelines/templates/build-pull-request.yml
@@ -34,7 +34,7 @@ jobs:
34
displayName: Install .NET Runtime
35
inputs:
36
includePreviewVersions: true
37
- version: 10.0.0-rc.2
+ version: 10.x
38
39
# Allows for accessing the internal AzDO feed (vs-impl-internal) for project restore via Azure Artifacts Credential Provider.
40
# See: https://github.com/microsoft/artifacts-credprovider#automatic-usage
eng/pipelines/templates/generate-localization.yml
@@ -24,7 +24,7 @@ jobs:
24
25
26
27
28
29
# Creates the LocProject.json and perform some necessary file copying and renaming.
30
- task: DotNetCoreCLI@2
0 commit comments