Skip to content

Commit 509bdf0

Browse files
committed
Need to add nuget as the source... duh
1 parent eb7b27b commit 509bdf0

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
@@ -14,7 +14,7 @@ script:
1414
deploy:
1515
skip_cleanup: true
1616
provider: script
17-
script: dotnet nuget push ./SLOBSharp/bin/Release/*.nupkg -k $NUGET_API_KEY
17+
script: dotnet nuget push ./SLOBSharp/bin/Release/*.nupkg -k $NUGET_API_KEY -s https://api.nuget.org/v3/index.json
1818
on:
1919
branch: release
2020
notifications:

0 commit comments

Comments
 (0)