Skip to content

Commit ba806b2

Browse files
Add Nuget config targeting devOps feed (#497)
1 parent 94d470c commit ba806b2

2 files changed

Lines changed: 12 additions & 0 deletions

File tree

NuGet.Config

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<configuration>
3+
<packageSources>
4+
<clear />
5+
<!-- Do not add any additional feeds if new packages are needed they need to come from our azure-sdk-for-net DevOps feed which has an upstream set to nuget.org -->
6+
<add key="azure-sdk-for-net" value="https://pkgs.dev.azure.com/azure-sdk/public/_packaging/azure-sdk-for-net/nuget/v3/index.json" />
7+
</packageSources>
8+
<disabledPackageSources>
9+
<clear />
10+
</disabledPackageSources>
11+
</configuration>

eng/test-steps.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ parameters:
44
default: "drop"
55

66
steps:
7+
- task: NuGetAuthenticate@1
78
- task: UseDotNet@2
89
inputs:
910
version: 6.x

0 commit comments

Comments
 (0)