Browse Source

Fixed compare bug on Windows

tags/v0.10
Harish S. Kulkarni 6 years ago
parent
commit
f0c318621a
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/SciSharp.TensorFlow.Redist/SciSharp.TensorFlow.Redist.nupkgproj

+ 1
- 1
src/SciSharp.TensorFlow.Redist/SciSharp.TensorFlow.Redist.nupkgproj View File

@@ -112,7 +112,7 @@
<ItemGroup>
<TensorFlowArchive>
<DownloadSha>@(FilesWithHashes->'%(FileHash)')</DownloadSha>
<LocalSha>$([System.IO.File]::ReadAllText('%(LocalShaFile)').Replace("%0A", ""))</LocalSha>
<LocalSha>$([System.IO.File]::ReadAllText('%(LocalShaFile)').Replace("%0A", "").Replace("%0D", ""))</LocalSha>
</TensorFlowArchive>
</ItemGroup>



Loading…
Cancel
Save