Skip to content

Commit d2a41d3

Browse files
fix: nuget push flag (#94)
1 parent 59e36c3 commit d2a41d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ script:
88
deploy:
99
skip_cleanup: true
1010
provider: script
11-
script: nuget push ./CSharpHTTPClient/bin/Release/*.nupkg --api-key $NUGET_API_KEY --source https://api.nuget.org/v3/index.json
11+
script: nuget push ./CSharpHTTPClient/bin/Release/*.nupkg -ApiKey $NUGET_API_KEY -Source https://api.nuget.org/v3/index.json
1212
on:
1313
branch: master
1414
tags: true

0 commit comments

Comments
 (0)