Skip to content

Commit

Permalink
Merge pull request #191 from adamralph/myget-config
Browse files Browse the repository at this point in the history
add myget config for adhoc testing
  • Loading branch information
adamralph authored Jan 1, 2019
2 parents f72f5b7 + 2b46250 commit fc19dc1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions NuGet.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<!-- <add key="myget-adamralph" value="https://www.myget.org/F/adamralph/api/v3/index.json" /> -->
</packageSources>
</configuration>

0 comments on commit fc19dc1

Please sign in to comment.