From 87ce4e5625bf5383e57b3f521aaf5461c931a5ec Mon Sep 17 00:00:00 2001 From: stankovski Date: Mon, 16 Nov 2015 14:24:00 -0800 Subject: [PATCH] Moved global.json and NuGet.Config up one level --- NuGet.Config | 3 ++- global.json | 14 ++++++++++++++ src/global.json | 14 -------------- 3 files changed, 16 insertions(+), 15 deletions(-) create mode 100644 global.json delete mode 100644 src/global.json diff --git a/NuGet.Config b/NuGet.Config index 49f3f9a746e24..ba48bd98612de 100644 --- a/NuGet.Config +++ b/NuGet.Config @@ -3,9 +3,10 @@ + - + \ No newline at end of file diff --git a/global.json b/global.json new file mode 100644 index 0000000000000..3d7de06ca3add --- /dev/null +++ b/global.json @@ -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" + } +} \ No newline at end of file diff --git a/src/global.json b/src/global.json deleted file mode 100644 index 7d7f72bfe3d38..0000000000000 --- a/src/global.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "projects": [ - "TestFramework/Microsoft.Azure.Test.HttpRecorder", - "TestFramework/Microsoft.Rest.ClientRuntime.Azure.TestFramework", - "ResourceManagement/Resource/Microsoft.Azure.Management.Resources", - "ResourceManagement/Storage/Microsoft.Azure.Management.Storage", - "ResourceManagement/Network/Microsoft.Azure.Management.Network", - "ResourceManagement/Compute/Microsoft.Azure.Management.Compute", - "ResourceManagement/Graph.RBAC/Microsoft.Azure.Graph.RBAC" - ], - "sdk": { - "version": "1.0.0-rc1-final" - } -} \ No newline at end of file