Skip to content

Commit 65ab960

Browse files
authored
Merge pull request #2547 from dscho/azp-vs-build
ci: fix Visual Studio Build
2 parents 9c15b8c + 05a9a84 commit 65ab960

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ jobs:
190190
if (!$?) { exit(1) }
191191
& git-sdk-64-minimal\usr\bin\bash.exe -lc @"
192192
mkdir -p artifacts &&
193-
eval \"`$(make -n artifacts-tar INCLUDE_DLLS_IN_ARTIFACTS=YesPlease ARTIFACTS_DIRECTORY=artifacts | grep ^tar)\"
193+
eval \"`$(make -n artifacts-tar INCLUDE_DLLS_IN_ARTIFACTS=YesPlease ARTIFACTS_DIRECTORY=artifacts 2>&1 | grep ^tar)\"
194194
"@
195195
if (!$?) { exit(1) }
196196
displayName: Bundle artifact tar

0 commit comments

Comments
 (0)