We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd7466b commit cf728acCopy full SHA for cf728ac
1 file changed
.travis.yml
@@ -4,7 +4,7 @@ dotnet: 2.0.0
4
5
install:
6
- 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
+ #- curl -L -o nuget.exe https://dist.nuget.org/win-x86-commandline/latest/nuget.exe
8
- dotnet restore
9
10
script:
@@ -15,6 +15,6 @@ script:
15
deploy:
16
skip_cleanup: true
17
provider: script
18
- script: dotnet nuget push Jenkins.Net/bin/Release/Jenkins.Net.*.nupkg --source $NUGET_SOURCE --api-key $NUGET_APIKEY
+ script: dotnet nuget push Jenkins.Net/bin/Release/Jenkins.Net.*.nupkg -k $NUGET_APIKEY -s $NUGET_SOURCE
19
on:
20
branch: master
0 commit comments