Skip to content

Commit 7e5a1a7

Browse files
committed
add - task: NuGetAuthenticate task
1 parent dd001d4 commit 7e5a1a7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

eng/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ steps:
1515
New-Item -ItemType Directory -Path artifacts/package/release -Force
1616
displayName: create folder artifacts/package/$(BuildConfiguration)
1717

18+
- task: NuGetAuthenticate@1
19+
1820
- script: dotnet restore
1921
displayName: Restore packages
2022

0 commit comments

Comments
 (0)