Skip to content

Commit

Permalink
Merge pull request lucaslorentz#26 from rohitjha/nuget-fix
Browse files Browse the repository at this point in the history
Potential fix for NuGet push failing
  • Loading branch information
lucaslorentz authored Feb 14, 2018
2 parents 5d0bbc5 + 4668847 commit 05ab17b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ $MiniCover report --threshold 90

if [ "${TRAVIS_PULL_REQUEST}" = "false" ] && [ "${TRAVIS_BRANCH}" = "master" ]; then
dotnet pack src/MiniCover -c Release --output $PWD/artifacts --version-suffix ci-`date +%Y%m%d%H%M%S`
dotnet nuget push artifacts/* -k $NUGET_KEY -s https://www.nuget.org/api/v2/package
dotnet nuget push artifacts/*.nupkg -k $NUGET_KEY -s https://api.nuget.org/v3/index.json
fi

0 comments on commit 05ab17b

Please sign in to comment.