Skip to content

Commit

Permalink
Add Azure Pipelines config
Browse files Browse the repository at this point in the history
  • Loading branch information
auscompgeek committed Aug 9, 2019
1 parent fc388ff commit 3a99fed
Show file tree
Hide file tree
Showing 2 changed files with 430 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .travis/fixup-git.sh
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,14 @@ if [ "$TRAVIS_COMMIT_ACTUAL" != "$TRAVIS_COMMIT" ]; then
TRAVIS_COMMIT=$TRAVIS_COMMIT_ACTUAL
fi

if [ z"$TRAVIS_BRANCH" = z ]; then
if [ z"$BUILD_SOURCEBRANCH" != z ]; then
TRAVIS_BRANCH="$BUILD_SOURCEBRANCH"
elif [ z"$SYSTEM_PULLREQUEST_TARGETBRANCH" != z ]; then
TRAVIS_BRANCH="$SYSTEM_PULLREQUEST_TARGETBRANCH"
fi
fi

if [ z"$TRAVIS_BRANCH" != z ]; then
echo ""
echo ""
Expand Down
Loading

0 comments on commit 3a99fed

Please sign in to comment.