We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab1ab25 commit b4de812Copy full SHA for b4de812
.travis.yml
@@ -15,13 +15,4 @@ deploy:
15
file_glob: true
16
file: "*.nupkg"
17
on:
18
- tags: true
19
-- provider: script
20
- skip_cleanup: true
21
- script: mono .nuget/nuget.exe push *.nupkg $api_key -Source https://www.nuget.org/api/v2/package
22
- on:
23
24
- condition: "$TRAVIS_TAG =~ $ISPRODTAG"
25
-env:
26
- global:
27
- - ISPRODTAG=^v?[0-9]+\.[0-9]+\.[0-9]+$
+ tags: true
0 commit comments