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 9c15b8c + 05a9a84 commit 65ab960Copy full SHA for 65ab960
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