File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ via `[Fact(Skip = "Test does not pass yet")]` or similar message to keep our tes
7272As soon as you send a pull request, a build is executed and updated NuGet packages
7373are published to this Package Feed:
7474
75- https://ci.appveyor.com/nuget/Nerdbank.GitVersioning
75+ https://ci.appveyor.com/nuget/nerdbank-gitversioning
7676
7777By adding this URL to your package sources you can immediately install your version
7878of the NuGet packages to your project. This can be done by adding a nuget.config file
@@ -82,7 +82,7 @@ with the following content to the root of your project's repo:
8282<?xml version =" 1.0" encoding =" utf-8" ?>
8383<configuration >
8484 <packageSources >
85- <add key =" Nerdbank.GitVersioning CI" value =" https://ci.appveyor.com/nuget/Nerdbank.GitVersioning " />
85+ <add key =" Nerdbank.GitVersioning CI" value =" https://ci.appveyor.com/nuget/nerdbank-gitversioning " />
8686 </packageSources >
8787</configuration >
8888```
You can’t perform that action at this time.
0 commit comments