File tree Expand file tree Collapse file tree 1 file changed +13
-13
lines changed
Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -22,16 +22,16 @@ branches:
2222before_deploy :
2323 - dotnet pack CoreZipCode.sln -c Release --include-symbols -p:PackageVersion=${TRAVIS_TAG#v} -v detailed
2424
25- deploy :
26- - provider : releases
27- api_key : $GITHUB_TOKEN
28- file : " ./CoreZipCode/bin/Debug/CoreZipCode.${TRAVIS_TAG#v}.nupkg"
29- skip_cleanup : true
30- on :
31- tags : true
32- branch : master
33- - provider : script
34- script : bash .deploy/deploy.sh
35- skip_cleanup : true
36- on :
37- tags : true
25+ deploy :
26+ - provider : releases
27+ api_key : $GITHUB_TOKEN
28+ file : " ./CoreZipCode/bin/Debug/CoreZipCode.${TRAVIS_TAG#v}.nupkg"
29+ skip_cleanup : true
30+ on :
31+ tags : true
32+ branch : master
33+ - provider : script
34+ script : bash .deploy/deploy.sh
35+ skip_cleanup : true
36+ on :
37+ tags : true
You can’t perform that action at this time.
0 commit comments