We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df86fab commit 4b88374Copy full SHA for 4b88374
1 file changed
.travis.yml
@@ -10,13 +10,11 @@ install:
10
script:
11
- dotnet build -c Debug --no-restore -v m
12
#- dotnet test Jenkins.Net.Tests/Jenkins.Net.Tests.csproj -c Debug --no-build --filter Category=Unit
13
+ - dotnet pack Jenkins.Net/Jenkins.Net.csproj -c Debug --no-build --no-restore -o bin
14
15
deploy:
16
skip_cleanup: true
- provider: script
17
18
- - cd Jenkins.Net
19
- - dotnet pack Jenkins.Net.csproj -c Debug --no-build --no-restore -o bin
20
- - nuget push bin/Jenkins.Net.*.nupkg -Source "$NUGET_SOURCE" -ApiKey "$NUGET_APIKEY"
+ - dotnet nuget push Jenkins.Net/bin/Release/Jenkins.Net.*.nupkg --api-key $NUGET_APIKEY
21
on:
22
branch: master
0 commit comments