Skip to content

Commit

Permalink
Merge pull request #12 from Didstopia/development
Browse files Browse the repository at this point in the history
Fixing versioning and deployment issues
  • Loading branch information
Dids authored Aug 14, 2017
2 parents 2a8c7eb + 758be9e commit ccff5b4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@ jobs:

- stage: Deploy to GitHub
script:
- dotnet restore /p:PackageVersion=$TRAVIS_TAG
- dotnet build -c $BUILD_CONFIG /p:PackageVersion=$TRAVIS_TAG
- dotnet pack -c $BUILD_CONFIG --no-build /p:PackageVersion=$TRAVIS_TAG
- dotnet restore /p:PackageVersion=${TRAVIS_TAG#v}
- dotnet build -c $BUILD_CONFIG /p:PackageVersion=${TRAVIS_TAG#v}
- dotnet pack -c $BUILD_CONFIG --no-build /p:PackageVersion=${TRAVIS_TAG#v}
deploy:
provider: releases
api_key: $GITHUB_OAUTH_TOKEN
Expand Down

0 comments on commit ccff5b4

Please sign in to comment.