Skip to content

Commit

Permalink
Update bdn-nightly mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
nojaf committed Feb 13, 2024
1 parent 0ffb4a3 commit a9dafad
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions NuGet.config
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,12 @@
</packageSources>
<packageSourceMapping>
<!-- key value for <packageSource> should match key values from <packageSources> element -->
<packageSource key="nuget.org">
<package pattern="*" />
</packageSource>
<packageSource key="bdn-nightly">
<package pattern="BenchmarkDotNet" />
<package pattern="BenchmarkDotNet.*" />
</packageSource>
<packageSource key="nuget.org">
<package pattern="*" />
</packageSource>
</packageSourceMapping>
</configuration>

0 comments on commit a9dafad

Please sign in to comment.