Skip to content

Commit cf728ac

Browse files
author
Joshua Miller
committed
deploy fix 4
1 parent cd7466b commit cf728ac

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ dotnet: 2.0.0
44

55
install:
66
- export FrameworkPathOverride=$(dirname $(which mono))/../lib/mono/4.5/
7-
- curl -L -o nuget.exe https://dist.nuget.org/win-x86-commandline/latest/nuget.exe
7+
#- curl -L -o nuget.exe https://dist.nuget.org/win-x86-commandline/latest/nuget.exe
88
- dotnet restore
99

1010
script:
@@ -15,6 +15,6 @@ script:
1515
deploy:
1616
skip_cleanup: true
1717
provider: script
18-
script: dotnet nuget push Jenkins.Net/bin/Release/Jenkins.Net.*.nupkg --source $NUGET_SOURCE --api-key $NUGET_APIKEY
18+
script: dotnet nuget push Jenkins.Net/bin/Release/Jenkins.Net.*.nupkg -k $NUGET_APIKEY -s $NUGET_SOURCE
1919
on:
2020
branch: master

0 commit comments

Comments
 (0)