Skip to content

Commit 018d7b1

Browse files
committed
remove version string from displayName
1 parent 361823c commit 018d7b1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

eng/azure-pipelines-nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ steps:
55
- task: UseDotNet@2
66
inputs:
77
useGlobalJson: true
8-
displayName: Install .NET Core SDK 8.0.411
8+
displayName: Install .NET Core SDK (global.json)
99

1010
- task: NuGetAuthenticate@1
1111
displayName: Authenticate with NuGet feeds

eng/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ steps:
22
- task: UseDotNet@2
33
inputs:
44
useGlobalJson: true
5-
displayName: Install .NET Core SDK 8.0.411
5+
displayName: Install .NET Core SDK (global.json)
66

77
# create artifact/package folder
88
- pwsh: |

0 commit comments

Comments
 (0)