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 54627f7 commit f593dd8Copy full SHA for f593dd8
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