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.
2 parents 40f96e6 + 725d2fc commit 32cd840Copy full SHA for 32cd840
azure-pipelines.yml
@@ -190,7 +190,7 @@ jobs:
190
if (!$?) { exit(1) }
191
& git-sdk-64-minimal\usr\bin\bash.exe -lc @"
192
mkdir -p artifacts &&
193
- eval \"`$(make -n artifacts-tar INCLUDE_DLLS_IN_ARTIFACTS=YesPlease ARTIFACTS_DIRECTORY=artifacts | grep ^tar)\"
+ eval \"`$(make -n artifacts-tar INCLUDE_DLLS_IN_ARTIFACTS=YesPlease ARTIFACTS_DIRECTORY=artifacts 2>&1 | grep ^tar)\"
194
"@
195
196
displayName: Bundle artifact tar
0 commit comments