From df572c07b75df3da8ebc9efb693a773827a8de75 Mon Sep 17 00:00:00 2001 From: Tomas Matousek Date: Wed, 20 Apr 2016 14:02:36 -0700 Subject: [PATCH] Revert "Add missing OSX runtime" This reverts commit a84b7c9d56447718f16e8cca770dda1fb28a36de. --- .../DeployCompilerGeneratorToolsRuntime/project.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/Tools/Source/CompilerGeneratorTools/DeployCompilerGeneratorToolsRuntime/project.json b/src/Tools/Source/CompilerGeneratorTools/DeployCompilerGeneratorToolsRuntime/project.json index 6cc082f93d2..e0f8a35598c 100644 --- a/src/Tools/Source/CompilerGeneratorTools/DeployCompilerGeneratorToolsRuntime/project.json +++ b/src/Tools/Source/CompilerGeneratorTools/DeployCompilerGeneratorToolsRuntime/project.json @@ -13,7 +13,6 @@ "runtimes": { "win7-x86": { }, "win7-x64": { }, - "ubuntu.14.04-x64": { }, - "osx.10.10-x64": { } + "ubuntu.14.04-x64": { } } } \ No newline at end of file -- GitLab