We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 705541a commit 4d6c5f9Copy full SHA for 4d6c5f9
docs/docs/v3/welcome/prerequisites.md
@@ -20,7 +20,7 @@ The following example shows a NuGet.config file that you can edit and use when d
20
<!-- Release or Release Candidates -->
21
<add key="NuGet" value="https://api.nuget.org/v3/index.json" />
22
<!-- 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" />
+ <add key="Steeltoe-ci" value="https://pkgs.dev.azure.com/dotnet/Steeltoe/_packaging/ci/nuget/v3/index.json" />
24
</packageSources>
25
</configuration>
26
```
0 commit comments