File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/SciSharp.TensorFlow.Redist Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 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>
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)" />
You can’t perform that action at this time.
0 commit comments