Skip to content

Commit

Permalink
DEVELOPING.md: add a section about develop NuGet feed
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreyAkinshin committed Jul 6, 2016
1 parent fec206e commit 1567d95
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion DEVELOPING.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
* [Development](#development)
* [Chat room](#chat-room)
* [F#](#f-sharp)
* [NuGet][#nuget]

## Building

Expand Down Expand Up @@ -184,4 +185,12 @@ namespace BenchmarkDotNet.Loggers
We have full F# support, all you have to do is to run `dotnet restore` to download the compilers etc.

## Chat room
[![Join the chat at https://gitter.im/PerfDotNet/BenchmarkDotNet](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/PerfDotNet/BenchmarkDotNet?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[![Join the chat at https://gitter.im/PerfDotNet/BenchmarkDotNet](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/PerfDotNet/BenchmarkDotNet?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)

## NuGet

If you want to check the develop version of the BenchmarkDotNet NuGet package, add the following line in the `<packageSources>` section of your `NuGet.congig`:
```xml
<add key="appveyor-bdn" value="https://ci.appveyor.com/nuget/benchmarkdotnet" />
```
Now you can install the package from the `appveyor-bdn` feed.

0 comments on commit 1567d95

Please sign in to comment.