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 5ad0fa4 commit a97b077Copy full SHA for a97b077
eng/pipelines/templates/steps/install-dotnet.yml
@@ -4,6 +4,9 @@ parameters:
4
Container: false
5
6
steps:
7
+ # Need to authenticate so our pipeline can update packages in the feed.
8
+ - task: NuGetAuthenticate@1
9
+
10
# Installation steps need to be uncommented when switching to a newer SDK that's not available on DevOps agents
11
- task: UseDotNet@2
12
displayName: 'Use .NET SDK'
0 commit comments