Skip to content

Commit b4de812

Browse files
Move nuget push to VSTS (#31)
1 parent ab1ab25 commit b4de812

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

.travis.yml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,4 @@ deploy:
1515
file_glob: true
1616
file: "*.nupkg"
1717
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-
tags: true
24-
condition: "$TRAVIS_TAG =~ $ISPRODTAG"
25-
env:
26-
global:
27-
- ISPRODTAG=^v?[0-9]+\.[0-9]+\.[0-9]+$
18+
tags: true

0 commit comments

Comments
 (0)