File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -23,13 +23,15 @@ script:
2323 - dotnet test --configuration release --no-restore --verbosity minimal
2424
2525before_deploy :
26- - dotnet pack --configuration release --verbosity minimal -p:PackageVersion="${TRAVIS_TAG}.${$TRAVIS_BUILD_NUMBER}" -p:RepositoryBranch=$TRAVIS_BRANCH -p:RepositoryCommit=$TRAVIS_COMMIT -p:PackageOutputPath=.
26+ - echo ${TRAVIS_TAG}
27+ - echo $TRAVIS_TAG
28+ - dotnet pack --configuration release --verbosity minimal -p:PackageVersion=$TRAVIS_TAG -p:RepositoryBranch=$TRAVIS_BRANCH -p:RepositoryCommit=$TRAVIS_COMMIT -p:PackageOutputPath=.
2729
2830deploy :
2931 provider : releases
3032 api_key : $GH_TOKEN
3133 file_glob : true
32- file : " bin/Release/UnityContainerAttributeRegistration.${$ TRAVIS_TAG}.nupkg"
34+ file : " bin/Release/UnityContainerAttributeRegistration.${TRAVIS_TAG}.nupkg"
3335 skip_cleanup : true
3436 overwrite : true
3537 on :
You can’t perform that action at this time.
0 commit comments