Skip to content

Commit 9d76b36

Browse files
committed
[Temporary] Adding verbosity to get more pipeline error info
1 parent 6c3b36f commit 9d76b36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eng/azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ stages:
8484
condition: and(succeeded(), ne(variables['assetManifestPlatform'], 'x64'))
8585
8686
- bash: |
87-
./build.sh --ci --restore --build --pack $(archflag) --configuration $(_BuildConfig) $(_InternalBuildArgs) $(LLVMTableGenArg) $(ClangTableGenArg) $(Devtoolset7Arg)
87+
./build.sh --ci --restore --build --pack $(archflag) --configuration $(_BuildConfig) $(_InternalBuildArgs) $(LLVMTableGenArg) $(ClangTableGenArg) $(Devtoolset7Arg) --verbosity diag
8888
displayName: 'Build and package'
8989
env:
9090
ROOTFS_DIR: $(rootfs)

0 commit comments

Comments
 (0)