Skip to content
This repository has been archived by the owner on Oct 14, 2024. It is now read-only.

Commit

Permalink
testing travis
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanparvaresh committed Dec 20, 2019
1 parent 0cc0427 commit 38653ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- dotnet build -c Release
- dotnet test
- stage: publish
if: ( tag IS present ) AND (( branch = BUG-3-fix-travis-publish-error ))
if: tag IS present
script:
- VERSION=`git tag -l --sort committerdate | tail -1 | sed -E 's/-.+//' | sed -E 's/v//'`
- VERSION=${VERSION:-'0.0.0'}
Expand Down

0 comments on commit 38653ef

Please sign in to comment.