Skip to content

Commit 4d6c5f9

Browse files
authored
Use new feed for 3.x (#407)
1 parent 705541a commit 4d6c5f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/v3/welcome/prerequisites.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ The following example shows a NuGet.config file that you can edit and use when d
2020
<!-- Release or Release Candidates -->
2121
<add key="NuGet" value="https://api.nuget.org/v3/index.json" />
2222
<!-- The Development feed provides the latest packages (all CI builds) -->
23-
<add key="SteeltoeDev" value="https://pkgs.dev.azure.com/dotnet/Steeltoe/_packaging/dev/nuget/v3/index.json" />
23+
<add key="Steeltoe-ci" value="https://pkgs.dev.azure.com/dotnet/Steeltoe/_packaging/ci/nuget/v3/index.json" />
2424
</packageSources>
2525
</configuration>
2626
```

0 commit comments

Comments
 (0)