Skip to content

Commit

Permalink
Add abp-nightly nuget source.
Browse files Browse the repository at this point in the history
  • Loading branch information
maliming committed May 16, 2020
1 parent f1e3822 commit 01af9c9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# ABP Framework Sample Projects

![build and test](https://github.com/abpframework/abp-samples/workflows/build%20and%20test/badge.svg)

Sample solutions built with the ABP Framework

Also see https://github.com/abpframework/abp/tree/dev/samples
Expand Down
7 changes: 7 additions & 0 deletions SignalRDemo/NuGet.Config
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
<add key="abp-nightly" value="https://www.myget.org/F/abp-nightly/api/v3/index.json" />
</packageSources>
</configuration>

0 comments on commit 01af9c9

Please sign in to comment.