@@ -53,37 +53,6 @@ efficiency improvement and no outwardly observable change is expected.
5353In the master branch, all tests should always pass. Added tests that fail should be marked as Skip
5454via ` [Fact(Skip = "Test does not pass yet")] ` or similar message to keep our test pass rate at 100%.
5555
56- ## Self-service releases for contributors
57-
58- As soon as you send a pull request, a build is executed and updated NuGet packages
59- are published to this Package Feed:
60-
61- https://ci.appveyor.com/nuget/nerdbank-gitversioning
62-
63- By adding this URL to your package sources you can immediately install your version
64- of the NuGet packages to your project. This can be done by adding a nuget.config file
65- with the following content to the root of your project's repo:
66-
67- ``` xml
68- <?xml version =" 1.0" encoding =" utf-8" ?>
69- <configuration >
70- <packageSources >
71- <add key =" Nerdbank.GitVersioning CI" value =" https://ci.appveyor.com/nuget/nerdbank-gitversioning" />
72- </packageSources >
73- </configuration >
74- ```
75-
76- You can then install the package(s) while you have your new "Nerdbank.GitVersioning CI" package source selected:
77-
78- ``` powershell
79- Install-Package Nerdbank.GitVersioning -Pre -Version 0.1.41-g02f355c05d
80- ```
81-
82- Take care to set the package version such that it exactly matches the AppVeyor build
83- for your pull request. You can get the version number by reviewing the result of the
84- validation build for your pull request, clicking ARTIFACTS, and noting the version
85- of the produced packages.
86-
8756 [ VS ] : https://www.visualstudio.com/downloads/
8857 [ NodeJs ] : https://nodejs.org
8958 [ NodeJsTools ] : https://www.visualstudio.com/vs/node-js/
0 commit comments