diff --git a/build/BranchInfo.props b/build/BranchInfo.props index 016f3c30ac..2162c959c4 100644 --- a/build/BranchInfo.props +++ b/build/BranchInfo.props @@ -15,6 +15,9 @@ Microsoft.ML.LightGbm; Microsoft.ML.Mkl.Components; Microsoft.ML.Mkl.Redist; + Microsoft.ML.TimeSeries; + Microsoft.ML.TensorFlow; + Microsoft.ML.OnnxTransformer; $(StableProjects.Contains($(MSBuildProjectName))) $(StableProjects.Contains($(MSBuildProjectName.Substring(0, $(MSBuildProjectName.IndexOf(.symbols)))))) diff --git a/src/Microsoft.ML.OnnxTransformer/Microsoft.ML.OnnxTransformer.csproj b/src/Microsoft.ML.OnnxTransformer/Microsoft.ML.OnnxTransformer.csproj index d2f51a9429..1c92bfbfb1 100644 --- a/src/Microsoft.ML.OnnxTransformer/Microsoft.ML.OnnxTransformer.csproj +++ b/src/Microsoft.ML.OnnxTransformer/Microsoft.ML.OnnxTransformer.csproj @@ -4,6 +4,7 @@ netstandard2.0 Microsoft.ML.OnnxTransformer true + false diff --git a/src/Microsoft.ML.TensorFlow/Microsoft.ML.TensorFlow.csproj b/src/Microsoft.ML.TensorFlow/Microsoft.ML.TensorFlow.csproj index 9c756460bc..f6eaf13a22 100644 --- a/src/Microsoft.ML.TensorFlow/Microsoft.ML.TensorFlow.csproj +++ b/src/Microsoft.ML.TensorFlow/Microsoft.ML.TensorFlow.csproj @@ -5,6 +5,7 @@ Microsoft.ML.TensorFlow CORECLR true + false diff --git a/src/Microsoft.ML.TimeSeries/Microsoft.ML.TimeSeries.csproj b/src/Microsoft.ML.TimeSeries/Microsoft.ML.TimeSeries.csproj index eb00b14674..69c13e6607 100644 --- a/src/Microsoft.ML.TimeSeries/Microsoft.ML.TimeSeries.csproj +++ b/src/Microsoft.ML.TimeSeries/Microsoft.ML.TimeSeries.csproj @@ -3,6 +3,7 @@ netstandard2.0 Microsoft.ML.TimeSeries + false @@ -10,5 +11,4 @@ -