Skip to content

Commit b773087

Browse files
committed
Update Travis CI
1 parent 4dc5b0f commit b773087

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

.travis.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,14 @@ before_deploy:
2727

2828
deploy:
2929
provider: releases
30-
api_key:
31-
secure: "cTfe+crP1MElj7/KDY1Kn86/oOK5n+9WnmNCDvLBOeaop4o1HKa4i76H4V+KCoPHqCHxrwCPdMmXSLtqp9GoFkZMmHbBsBKOGyDNyG6pE1AmUTLX897VgfdLiHfDIJsSu4rmOtdted5KTbqNdGjHll6CtZRS+PZ2dhW4NhenZtqnV/q9I9wjnWSUb+rTjZdexZKwiElpy/Dwdx2ZuWDsrnuQ8b8yRL+vNBp3LLvPYIsCZQFdpaM8f4u9cv7lzzcTnGZUJJtPOjyNnUDsH2EGLR3xyvP3GZcqnc6/aSKFvh0W82Mw+czqNW8yQVVZaUvABr8lwxTN2DWE18R561v7Y/JT7WMCLq0H1lVsBMeTfeTnSuMrZlYbunceHw1EOUwEzI4ywB97S5aistKvbUNZPvTFHvyCZGoWdDFqEEJX4xAUfKs0Fp3GsWgMz0USts+4rNiD8qFwyxxVBpR3kON1T7Nn2pGce3j72h3SCCZXruspsSHWXkiRjRTrAR+oxkHdp/nbjlGI8iE6/VichAb3c9PyWWyvhRsmfq+GuTLTRMYbw/w4BP1/kd4cnikzK1h6om4H8ZJM8jD7aolFMOt9W0EoTma8nwpffJoIeTXIf/PFvlhTraQhHHbceodBCyzcmykFI/KJXdYJc57NHDQj1yMqnlUV9HPtxfeWk0on21s="
30+
api_key: $GH_TOKEN
3231
file_glob: true
33-
file: "./**/*.nupkg"
32+
file: "bin/Release/UnityContainerAttributeRegistration.1.0.0.nupkg"
3433
skip_cleanup: true
3534
overwrite: true
3635
on:
3736
tags: true
37+
38+
after_deploy:
39+
- dotnet nuget add source https://nuget.pkg.github.com/ManticSic/index.json -n github -u ManticSic -p $GH_TOKEN
40+
- dotnet nuget push "bin/Release/UnityContainerAttributeRegistration.1.0.0.nupkg" --source "github"

0 commit comments

Comments
 (0)