Skip to content

Commit 4bc7404

Browse files
committed
Fixes to the Azure pipelines script for 1.15
1 parent 4821e1b commit 4bc7404

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

TensorFlowSharp/TensorFlowSharp.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
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>

azure-pipelines.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)