Skip to content

Commit

Permalink
Merge pull request #2547 from dscho/azp-vs-build
Browse files Browse the repository at this point in the history
ci: fix Visual Studio Build
  • Loading branch information
dscho committed Mar 19, 2020
2 parents 9c15b8c + 05a9a84 commit 65ab960
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ jobs:
if (!$?) { exit(1) }
& git-sdk-64-minimal\usr\bin\bash.exe -lc @"
mkdir -p artifacts &&
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)\"
"@
if (!$?) { exit(1) }
displayName: Bundle artifact tar
Expand Down

0 comments on commit 65ab960

Please sign in to comment.