diff --git a/push-nuget.sh b/push-nuget.sh index b0a74b4..eb41bb5 100644 --- a/push-nuget.sh +++ b/push-nuget.sh @@ -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