We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d2749c commit ae964abCopy full SHA for ae964ab
.travis.yml
@@ -7,7 +7,6 @@ script:
7
- dotnet test
8
before_deploy:
9
- dotnet pack NetoDotNET/NetoDotNET.csproj --output ../package/ -c Release
10
- - dotnet nuget push package/*.nupkg -k $NUGET_API_KEY -s $NUGET_SOURCE
11
deploy:
12
provider: releases
13
api_key: $GITHUB_TOKEN
0 commit comments