Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

Commit

Permalink
Merge pull request #78 from karolz-ms/msbuild15.rc
Browse files Browse the repository at this point in the history
Add dotnet MyGet package source
  • Loading branch information
Sergey Kanzhelev committed Mar 30, 2017
2 parents be286bb + c792af0 commit f535266
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
Expand Up @@ -19,6 +19,7 @@
<add key="nuget.org" value="https://www.nuget.org/api/v2/" />
<add key="buildtools" value="https://www.myget.org/F/dotnet-buildtools/" />
<add key="MyGetApplicationInsights" value="https://www.myget.org/F/applicationinsights" />
<add key="dotnet" value="https://dotnet.myget.org/F/dotnet-core/api/v3/index.json" protocolVersion="3" />
</packageSources>
<disabledPackageSources>
<add key="buildtools" value="true" />
Expand Down

0 comments on commit f535266

Please sign in to comment.