Skip to content

Commit

Permalink
Ignore pre suffix
Browse files Browse the repository at this point in the history
  • Loading branch information
migueldeicaza committed Nov 4, 2019
1 parent 31e1a5b commit 9c25bf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ steps:
displayName: 'Update version based on branch name'

- bash: |
TFVERSION=`sed -n 's/.*TensorFlowRuntimeVersion>\(.*\)<.*/\1/p' TensorFlowSharp/TensorFlowSharp.csproj`
TFVERSION=`sed -n 's/.*TensorFlowRuntimeVersion>\(.*\)<.*/\1/p' TensorFlowSharp/TensorFlowSharp.csproj | sed 's/-pre.*//'`
echo TFVERSION is $TFVERSION
mono --version
ROOT=`pwd`
Expand Down

0 comments on commit 9c25bf1

Please sign in to comment.