Skip to content

Commit 679876e

Browse files
authored
Rename CI feed in README.md (SteeltoeOSS#1586)
* Rename CI feed in README.md * Fix case sensitivity in Steeltoe-CI key
1 parent 61e029c commit 679876e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ If you want to try the latest bits from the `main` branch, use the Steeltoe deve
5252
<?xml version="1.0" encoding="utf-8"?>
5353
<configuration>
5454
<packageSources>
55-
<add key="Steeltoe-dev" value="https://pkgs.dev.azure.com/dotnet/Steeltoe/_packaging/ci/nuget/v3/index.json" />
55+
<add key="Steeltoe-ci" value="https://pkgs.dev.azure.com/dotnet/Steeltoe/_packaging/ci/nuget/v3/index.json" />
5656
<add key="NuGet" value="https://api.nuget.org/v3/index.json" />
5757
</packageSources>
5858
</configuration>

0 commit comments

Comments
 (0)