File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 99 <DocumentationFile >bin\Debug\TensorFlowSharp.xml</DocumentationFile >
1010 <GenerateDocumentationFile Condition =" '$(Configuration)' == 'Release' " >true</GenerateDocumentationFile >
1111 <ReleaseVersion >0.1</ReleaseVersion >
12- <TensorFlowRuntimeVersion >1.12 .0</TensorFlowRuntimeVersion >
12+ <TensorFlowRuntimeVersion >1.15 .0</TensorFlowRuntimeVersion >
1313 </PropertyGroup >
1414
1515 <PropertyGroup >
Original file line number Diff line number Diff line change @@ -35,13 +35,13 @@ steps:
3535 curl -O $BASE/$DARWIN
3636 curl -O $BASE/$LINUX
3737 fi
38-
38+
3939 echo Unzipping Windows
4040 unzip -d PAYLOAD $WIN lib/tensorflow.dll
41+ mv lib/tensorflow.dll PAYLOAD
4142
4243 echo Unzipping Darwin
4344 tar xzvf $DARWIN lib
44- chmod +w lib/libtensorflow*
4545 mv -f lib/libtensorflow* PAYLOAD/
4646
4747 echo Unzipping Linux
You can’t perform that action at this time.
0 commit comments