From 580ae1a5e55ae28cdc8ce22413b9a12c80cde193 Mon Sep 17 00:00:00 2001 From: Harish Kulkarni Date: Fri, 12 Jul 2019 16:26:04 -0700 Subject: [PATCH] Changed version to match tensorflow version and reduced verbosity in tar command --- .../SciSharp.TensorFlow.Redist.nupkgproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/SciSharp.TensorFlow.Redist/SciSharp.TensorFlow.Redist.nupkgproj b/src/SciSharp.TensorFlow.Redist/SciSharp.TensorFlow.Redist.nupkgproj index 622b9d12..79eaa564 100644 --- a/src/SciSharp.TensorFlow.Redist/SciSharp.TensorFlow.Redist.nupkgproj +++ b/src/SciSharp.TensorFlow.Redist/SciSharp.TensorFlow.Redist.nupkgproj @@ -12,7 +12,7 @@ $(BinDir)packages\ $(MSBuildProjectName) - 0.15.0 + $(TensorFlowVersion) true false @@ -137,7 +137,7 @@ + Command="tar -xzm --hard-dereference -f %(TensorFlowArchive.DownloadFile) -C %(TensorFlowArchive.ExtractDirectory)" />