authorgravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2018-11-29 14:54:23-05:00
committergravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2018-11-29 14:54:23-05:00
logb29769532be198bbaeca20efae1016b23ba97e4a
tree91af7975c55a93e4630692289aea4ee09f5c4789
parentbbdc12891bdc3a7b43a44d40b8f3d0ac8f6bb2c0
signaturelock-open Commit is signed but in an unrecognized format.

ci: workaround azure quirk for windows too


1 files changed, 3 insertions(+), 0 deletions(-)

ci/azure/windows_upload+3
......@@ -25,6 +25,9 @@ if [ "${BUILD_REASON}" != "PullRequest" ]; then
2525
2626 SHASUM=$(sha256sum $TARBALL | cut '-d ' -f1)
2727 BYTESIZE=$(wc -c < $TARBALL)
28 # `set -x` causes these variables to be mangled.
29 # See https://developercommunity.visualstudio.com/content/problem/375679/pipeline-variable-incorrectly-inserts-single-quote.html
30 set +x
2831 echo "##vso[task.setvariable variable=tarball;isOutput=true]$TARBALL"
2932 echo "##vso[task.setvariable variable=shasum;isOutput=true]$SHASUM"
3033 echo "##vso[task.setvariable variable=bytesize;isOutput=true]$BYTESIZE"