Skip to content

Commit

Permalink
Merge pull request #1173 from dotnet/mavasani-patch-3
Browse files Browse the repository at this point in the history
Create NuGet.config
  • Loading branch information
mavasani committed Apr 27, 2017
2 parents c255a7b + a37e21e commit 9ee42b9
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions NuGet.config
@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. -->

<configuration>
<packageSources>
<clear />
<add key="myget.org roslyn-master-nightly" value="https://dotnet.myget.org/F/roslyn-master-nightly/api/v3/index.json" />
<add key="dotnet.myget.org roslyn-tools" value="https://dotnet.myget.org/F/roslyn-tools/api/v3/index.json" />
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
</packageSources>

<!-- Don't let user disabled sources in VS prevent us from restoring -->
<disabledPackageSources>
<clear />
</disabledPackageSources>
</configuration>

0 comments on commit 9ee42b9

Please sign in to comment.