Skip to content

Commit a97b077

Browse files
authored
Add feed authentication in preparation for moving to CFS (Azure#52790)
Contributes to Azure/azure-sdk-tools#9101
1 parent 5ad0fa4 commit a97b077

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

eng/pipelines/templates/steps/install-dotnet.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ parameters:
44
Container: false
55

66
steps:
7+
# Need to authenticate so our pipeline can update packages in the feed.
8+
- task: NuGetAuthenticate@1
9+
710
# Installation steps need to be uncommented when switching to a newer SDK that's not available on DevOps agents
811
- task: UseDotNet@2
912
displayName: 'Use .NET SDK'

0 commit comments

Comments
 (0)