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 61e029c commit 679876eCopy full SHA for 679876e
README.md
@@ -52,7 +52,7 @@ If you want to try the latest bits from the `main` branch, use the Steeltoe deve
52
<?xml version="1.0" encoding="utf-8"?>
53
<configuration>
54
<packageSources>
55
- <add key="Steeltoe-dev" value="https://pkgs.dev.azure.com/dotnet/Steeltoe/_packaging/ci/nuget/v3/index.json" />
+ <add key="Steeltoe-ci" value="https://pkgs.dev.azure.com/dotnet/Steeltoe/_packaging/ci/nuget/v3/index.json" />
56
<add key="NuGet" value="https://api.nuget.org/v3/index.json" />
57
</packageSources>
58
</configuration>
0 commit comments