Skip to content

Commit b9dae67

Browse files
committed
Update Travis CI
1 parent 242270f commit b9dae67

1 file changed

Lines changed: 4 additions & 7 deletions

File tree

.travis.yml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,18 +23,15 @@ script:
2323
- dotnet test --configuration release --no-restore --verbosity minimal
2424

2525
before_deploy:
26-
- echo $TRAVIS_JOB_ID
27-
- echo $TRAVIS_COMMIT
28-
- echo $TAG_NAME
29-
- echo $TRAVIS_TAG
30-
- dotnet pack --configuration release --verbosity minimal -p:PackageVersion=$TRAVIS_TAG -p:RepositoryBranch=$TRAVIS_JOB_ID -p:RepositoryCommit=$TRAVIS_COMMIT -p:PackageOutputPath=../..
26+
- dotnet pack --configuration release --verbosity minimal -p:PackageVersion=$TRAVIS_TAG -p:RepositoryBranch=$TRAVIS_BUILD_NUMBER -p:RepositoryCommit=$TRAVIS_COMMIT -p:PackageOutputPath=.
3127

3228
deploy:
3329
provider: releases
3430
api_key:
3531
secure: "cTfe+crP1MElj7/KDY1Kn86/oOK5n+9WnmNCDvLBOeaop4o1HKa4i76H4V+KCoPHqCHxrwCPdMmXSLtqp9GoFkZMmHbBsBKOGyDNyG6pE1AmUTLX897VgfdLiHfDIJsSu4rmOtdted5KTbqNdGjHll6CtZRS+PZ2dhW4NhenZtqnV/q9I9wjnWSUb+rTjZdexZKwiElpy/Dwdx2ZuWDsrnuQ8b8yRL+vNBp3LLvPYIsCZQFdpaM8f4u9cv7lzzcTnGZUJJtPOjyNnUDsH2EGLR3xyvP3GZcqnc6/aSKFvh0W82Mw+czqNW8yQVVZaUvABr8lwxTN2DWE18R561v7Y/JT7WMCLq0H1lVsBMeTfeTnSuMrZlYbunceHw1EOUwEzI4ywB97S5aistKvbUNZPvTFHvyCZGoWdDFqEEJX4xAUfKs0Fp3GsWgMz0USts+4rNiD8qFwyxxVBpR3kON1T7Nn2pGce3j72h3SCCZXruspsSHWXkiRjRTrAR+oxkHdp/nbjlGI8iE6/VichAb3c9PyWWyvhRsmfq+GuTLTRMYbw/w4BP1/kd4cnikzK1h6om4H8ZJM8jD7aolFMOt9W0EoTma8nwpffJoIeTXIf/PFvlhTraQhHHbceodBCyzcmykFI/KJXdYJc57NHDQj1yMqnlUV9HPtxfeWk0on21s="
36-
file:
37-
- "UnityContainerAttributeRegistration.nupkg"
32+
file_glob: true
33+
file: "UnityContainerAttributeRegistration.nupkg"
3834
skip_cleanup: true
35+
overwrite: true
3936
on:
4037
tags: true

0 commit comments

Comments
 (0)