Skip to content

Commit

Permalink
Add verbosity to linux x64 pipeline
Browse files Browse the repository at this point in the history
In order to understand what is happening with std path error.
  • Loading branch information
BrianBohe committed Jan 3, 2023
1 parent 509a016 commit 5c4636e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eng/azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ stages:
condition: and(succeeded(), ne(variables['assetManifestPlatform'], 'x64'))
- bash: |
./build.sh --ci --restore --build --pack $(archflag) --configuration $(_BuildConfig) $(_InternalBuildArgs) $(LLVMTableGenArg) $(ClangTableGenArg) $(Devtoolset7Arg)
./build.sh --ci --restore --build -v --pack $(archflag) --configuration $(_BuildConfig) $(_InternalBuildArgs) $(LLVMTableGenArg) $(ClangTableGenArg) $(Devtoolset7Arg)
displayName: 'Build and package'
env:
ROOTFS_DIR: $(rootfs)
Expand Down

0 comments on commit 5c4636e

Please sign in to comment.