Skip to content

Commit 430e88f

Browse files
authored
Remove doc about appveyor PR packages
1 parent dab57f2 commit 430e88f

File tree

1 file changed

+0
-31
lines changed

1 file changed

+0
-31
lines changed

CONTRIBUTING.md

Lines changed: 0 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -53,37 +53,6 @@ efficiency improvement and no outwardly observable change is expected.
5353
In the master branch, all tests should always pass. Added tests that fail should be marked as Skip
5454
via `[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

Comments
 (0)