Skip to content

Commit

Permalink
"publishing" instead of "deploy".
Browse files Browse the repository at this point in the history
  • Loading branch information
Konard committed Sep 15, 2019
1 parent 258ff15 commit 4b59317
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion push-nuget.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ set -e # Exit with nonzero exit code if anything fails

# Pull requests and commits to other branches shouldn't try to deploy, just build to verify
if [[ ( "$TRAVIS_PULL_REQUEST" != "false" ) || ( "$TRAVIS_BRANCH" != "$SOURCE_BRANCH" ) ]]; then
echo "Skipping NuGet package deploy."
echo "Skipping NuGet package publishing."
exit 0
fi

Expand Down

0 comments on commit 4b59317

Please sign in to comment.