We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc7026f commit a2dceb5Copy full SHA for a2dceb5
src/TensorFlowNET.Redist/TensorFlowNET.Redist.nupkgproj
@@ -139,6 +139,9 @@
139
WorkingDirectory="$(MSBuildThisFileDirectory)"
140
Command="tar -xzmv --hard-dereference -f %(TensorFlowArchive.DownloadFile) -C %(TensorFlowArchive.ExtractDirectory)" />
141
142
+ <Exec Condition="'$(OS)' != 'Windows_NT'"
143
+ Command="chmod -R +w %(TensorFlowArchive.ExtractDirectory)" />
144
+
145
<Touch Files="@(TensorFlowArchive->'%(ExtractSemaphore)')" AlwaysCreate="true" />
146
</Target>
147
@@ -174,6 +177,7 @@
174
177
<Message Importance="High" Text="@(FilesFromArchive) -> %(FilesFromArchive.TargetPath)" />
175
178
<Copy SourceFiles="@(FilesFromArchive)"
176
179
DestinationFiles="@(FilesFromArchive->'%(TargetPath)')" />
180
181
182
183
<Target Name="Clean">
0 commit comments