Skip to content

Commit e36b4f5

Browse files
author
Danilo Lutz
committed
Fiz travis yml
1 parent 22bf026 commit e36b4f5

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

.travis.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -22,16 +22,16 @@ branches:
2222
before_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

0 commit comments

Comments
 (0)