Skip to content

Commit 0e5e887

Browse files
committed
Update Travis CI
1 parent 97fbedd commit 0e5e887

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ script:
2929
before_deploy:
3030
- echo $(pwd)
3131
- echo "UnityContainerAttributeRegistration.${TRAVIS_TAG}.nupkg"
32-
- ls -la
3332
- dotnet pack --configuration release --verbosity minimal -p:PackageVersion=$TRAVIS_TAG -p:RepositoryBranch=$TRAVIS_BRANCH -p:RepositoryCommit=$TRAVIS_COMMIT -p:PackageOutputPath=../..
33+
- ls -la
3434

3535
deploy:
3636
provider: releases
@@ -42,6 +42,6 @@ deploy:
4242
on:
4343
tags: true
4444

45-
#after_deploy:
46-
# - dotnet nuget add source https://nuget.pkg.github.com/ManticSic/index.json -n github -u ManticSic -p $GH_TOKEN
47-
# - dotnet nuget push "UnityContainerAttributeRegistration.${TRAVIS_TAG}.nupkg" --source "github"
45+
after_deploy:
46+
- dotnet nuget add source https://nuget.pkg.github.com/ManticSic/index.json -n github -u ManticSic -p $GH_TOKEN
47+
- dotnet nuget push "UnityContainerAttributeRegistration.${TRAVIS_TAG}.nupkg" --source "github"

0 commit comments

Comments
 (0)