Skip to content

Commit

Permalink
Moved global.json and NuGet.Config up one level
Browse files Browse the repository at this point in the history
  • Loading branch information
stankovski committed Nov 16, 2015
1 parent cf3c183 commit 87ce4e5
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 15 deletions.
3 changes: 2 additions & 1 deletion NuGet.Config
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@
<packageSources>
<!--To inherit the global NuGet package sources remove the <clear/> line below -->
<clear />
<add key="nuget.org" value="https://www.nuget.org/api/v2" />
<add key="api.nuget.org" value="https://api.nuget.org/v3/index.json" />
<add key="xunit" value="https://www.myget.org/F/xunit/api/v2" />
<add key="aspnetrc1" value="https://www.myget.org/F/aspnetrc1/api/v2" />
<add key="local" value="../localfeed" />
<add key="local" value="localfeed" />
</packageSources>
</configuration>
14 changes: 14 additions & 0 deletions global.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"projects": [
"src/TestFramework/Microsoft.Azure.Test.HttpRecorder",
"src/TestFramework/Microsoft.Rest.ClientRuntime.Azure.TestFramework",
"src/ResourceManagement/Resource/Microsoft.Azure.Management.Resources",
"src/ResourceManagement/Storage/Microsoft.Azure.Management.Storage",
"src/ResourceManagement/Network/Microsoft.Azure.Management.Network",
"src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute",
"src/ResourceManagement/Graph.RBAC/Microsoft.Azure.Graph.RBAC"
],
"sdk": {
"version": "1.0.0-rc1-final"
}
}
14 changes: 0 additions & 14 deletions src/global.json

This file was deleted.

0 comments on commit 87ce4e5

Please sign in to comment.