Skip to content

Commit 6ea1009

Browse files
committed
Fix travis build, probably
1 parent 1a812aa commit 6ea1009

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@ deploy:
1818
branch: master
1919
provider: script
2020
script:
21-
- dotnet nuget push ./Release/AnyCPU/*.nupkg -s https://api.nuget.org/v3/index.json -k $NUGET_API_KEY
21+
- dotnet nuget push **/*.nupkg -s https://api.nuget.org/v3/index.json -k $NUGET_API_KEY
2222
skip_cleanup: true
2323

2424

2525
- on:
2626
branch: develop
2727
provider: script
2828
script:
29-
- dotnet nuget push ./Release/AnyCPU/*.nupkg -s https://www.myget.org/F/nettopologysuite/api/v2/package -k $MYGET_API_KEY
29+
- dotnet nuget push **/*.nupkg -s https://www.myget.org/F/nettopologysuite/api/v2/package -k $MYGET_API_KEY
3030
skip_cleanup: true
3131

3232

0 commit comments

Comments
 (0)