File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -29,8 +29,8 @@ script:
2929before_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
3535deploy :
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"
You can’t perform that action at this time.
0 commit comments