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 361823c commit 018d7b1Copy full SHA for 018d7b1
eng/azure-pipelines-nightly.yml
@@ -5,7 +5,7 @@ steps:
5
- task: UseDotNet@2
6
inputs:
7
useGlobalJson: true
8
- displayName: Install .NET Core SDK 8.0.411
+ displayName: Install .NET Core SDK (global.json)
9
10
- task: NuGetAuthenticate@1
11
displayName: Authenticate with NuGet feeds
eng/build.yml
@@ -2,7 +2,7 @@ steps:
2
3
4
# create artifact/package folder
- pwsh: |
0 commit comments