We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7fdcb3 commit cfd9478Copy full SHA for cfd9478
uploadbinaries.sh
@@ -1,6 +1,6 @@
1
#!/bin/bash
2
3
-if [ $TRAVIS_SECURE_ENV_VARS == "true" ] && [ $TRAVIS_PULL_REQUEST == "false" ]; then
+if [ $TRAVIS_SECURE_ENV_VARS == "true" ]; then
4
5
pushd nuget.package
6
0 commit comments