Skip to content

Commit

Permalink
Merge pull request #73 from ADAPT/develop
Browse files Browse the repository at this point in the history
Additional Deployment Fix
  • Loading branch information
knelson-farmbeltnorth authored May 6, 2021
2 parents d1ed995 + ecabc61 commit 0225b29
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@ jobs:

- stage: deploy
if: tag =~ ^v\d+\.\d+\.\d+
before_install:
- wget https://packages.microsoft.com/config/ubuntu/18.04/packages-microsoft-prod.deb -O packages-microsoft-prod.deb
- sudo dpkg -i packages-microsoft-prod.deb
- sudo apt-get update
- sudo apt-get install -y dotnet-sdk-3.1
- sudo apt-get install -y dotnet-sdk-2.1
mono: none
script:
- VERSION=$(echo $TRAVIS_TAG | grep -i -P -o '(?<=^v)\d+\.\d+\.\d+(?:.+)?$'); VERSION_NUMBER=$(echo $VERSION | grep -i -P -o '^\d+\.\d+\.\d+')
Expand Down

0 comments on commit 0225b29

Please sign in to comment.