From edd17c020e8c7502563ec47623a76c75df07b2ad Mon Sep 17 00:00:00 2001 From: Kiran Challa Date: Tue, 1 Sep 2015 15:00:32 -0700 Subject: [PATCH] Enable MusicStore tests to be run --- makefile.shade | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/makefile.shade b/makefile.shade index c5d23dbc39..5b09d2b599 100644 --- a/makefile.shade +++ b/makefile.shade @@ -153,11 +153,11 @@ var buildTarget = "compile" } Log.Info("No conflicts in repos, continuing with creating release branch."); - + foreach (var repo in GetAllRepos()) { GitCommand(repo, "checkout origin/dev -B release"); - + // Update NuGet.Config var nugetConfigPath = Path.Combine(repo, "NuGet.config"); if (File.Exists(nugetConfigPath)) @@ -565,7 +565,6 @@ functions var nonDefaultRepos = new[] { "DNX", - "MusicStore", "Coherence", "Coherence-Signed", "dnvm", @@ -733,6 +732,7 @@ functions "SignalR-SQLServer", "SignalR-Redis", "Entropy", + "MusicStore" }; var repositoryInclude = Environment.GetEnvironmentVariable("KOREBUILD_REPOSITORY_INCLUDE");