Skip to content

Commit 580ae1a

Browse files
committed
Changed version to match tensorflow version and reduced verbosity in tar command
1 parent 7a8e007 commit 580ae1a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/SciSharp.TensorFlow.Redist/SciSharp.TensorFlow.Redist.nupkgproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
<PackageAssetsPath>$(BinDir)packages\</PackageAssetsPath>
1414
<PackageId>$(MSBuildProjectName)</PackageId>
15-
<PackageVersion>0.15.0</PackageVersion>
15+
<PackageVersion>$(TensorFlowVersion)</PackageVersion>
1616

1717
<NoBuild>true</NoBuild>
1818
<IncludeBuildOutput>false</IncludeBuildOutput>
@@ -137,7 +137,7 @@
137137

138138
<Exec Condition="'$(OS)' != 'Windows_NT' AND '%(TensorFlowArchive.FileExtension)' == '.tar.gz'"
139139
WorkingDirectory="$(MSBuildThisFileDirectory)"
140-
Command="tar -xzmv --hard-dereference -f %(TensorFlowArchive.DownloadFile) -C %(TensorFlowArchive.ExtractDirectory)" />
140+
Command="tar -xzm --hard-dereference -f %(TensorFlowArchive.DownloadFile) -C %(TensorFlowArchive.ExtractDirectory)" />
141141

142142
<Exec Condition="'$(OS)' != 'Windows_NT'"
143143
Command="chmod -R +w %(TensorFlowArchive.ExtractDirectory)" />

0 commit comments

Comments
 (0)