We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22bf026 commit e36b4f5Copy full SHA for e36b4f5
1 file changed
.travis.yml
@@ -22,16 +22,16 @@ branches:
22
before_deploy:
23
- dotnet pack CoreZipCode.sln -c Release --include-symbols -p:PackageVersion=${TRAVIS_TAG#v} -v detailed
24
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
36
37
+deploy:
+- provider: releases
+ api_key: $GITHUB_TOKEN
+ file: "./CoreZipCode/bin/Debug/CoreZipCode.${TRAVIS_TAG#v}.nupkg"
+ skip_cleanup: true
+ on:
+ tags: true
+ branch: master
+- provider: script
+ script: bash .deploy/deploy.sh
0 commit comments