From 1c7890668084338805b534f2ea99c863f72f98ca Mon Sep 17 00:00:00 2001 From: Zeeshan Siddiqui Date: Sun, 2 Jun 2019 02:41:42 -0700 Subject: [PATCH 1/2] Bump master to 1.2 and 0.14 and upgrade tensorflow nuget to Release. --- build/BranchInfo.props | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/build/BranchInfo.props b/build/BranchInfo.props index d89038667e..4e44fa5a1d 100644 --- a/build/BranchInfo.props +++ b/build/BranchInfo.props @@ -15,6 +15,7 @@ Microsoft.ML.LightGbm; Microsoft.ML.Mkl.Components; Microsoft.ML.Mkl.Redist; + Microsoft.ML.TensorFlow; $(StableProjects.Contains($(MSBuildProjectName))) $(StableProjects.Contains($(MSBuildProjectName.Substring(0, $(MSBuildProjectName.IndexOf(.symbols)))))) @@ -22,13 +23,13 @@ 1 - 1 + 2 0 preview 0 - 13 + 14 0 preview From e550f74b87cac93a2dbddf13a3cbb92cca6effd7 Mon Sep 17 00:00:00 2001 From: Zeeshan Siddiqui Date: Mon, 3 Jun 2019 17:24:36 -0700 Subject: [PATCH 2/2] Remove tensorflow from release. --- build/BranchInfo.props | 1 - 1 file changed, 1 deletion(-) diff --git a/build/BranchInfo.props b/build/BranchInfo.props index 4e44fa5a1d..016f3c30ac 100644 --- a/build/BranchInfo.props +++ b/build/BranchInfo.props @@ -15,7 +15,6 @@ Microsoft.ML.LightGbm; Microsoft.ML.Mkl.Components; Microsoft.ML.Mkl.Redist; - Microsoft.ML.TensorFlow; $(StableProjects.Contains($(MSBuildProjectName))) $(StableProjects.Contains($(MSBuildProjectName.Substring(0, $(MSBuildProjectName.IndexOf(.symbols))))))