Skip to content

Commit f4bedc0

Browse files
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent 4e06052 commit f4bedc0

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.azure-pipelines/daily-ci-build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,8 @@ extends:
5757

5858
- task: NuGetAuthenticate@1
5959
displayName: Authenticate to Azure Artifacts
60-
60+
inputs:
61+
feedsToAuthenticate: '$(NUGET_FEED_URI)'
6162
- powershell: |
6263
@"
6364
<?xml version="1.0" encoding="utf-8"?>

0 commit comments

Comments
 (0)