Skip to content

Commit

Permalink
Restricted nuget sources so that private repos do not break the comma…
Browse files Browse the repository at this point in the history
…nd line build (#3344)
  • Loading branch information
SpiegelSoft authored and leastprivilege committed Jun 23, 2019
1 parent 9259a55 commit 4f0be39
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions NuGet.config
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<clear/>
<add key="NuGet" value="https://api.nuget.org/v3/index.json" />
<add key="IdentityServer Local" value="./nuget" />
</packageSources>
Expand Down

0 comments on commit 4f0be39

Please sign in to comment.