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.
1 parent 6c3b36f commit 9d76b36Copy full SHA for 9d76b36
eng/azure-pipelines.yml
@@ -84,7 +84,7 @@ stages:
84
condition: and(succeeded(), ne(variables['assetManifestPlatform'], 'x64'))
85
86
- bash: |
87
- ./build.sh --ci --restore --build --pack $(archflag) --configuration $(_BuildConfig) $(_InternalBuildArgs) $(LLVMTableGenArg) $(ClangTableGenArg) $(Devtoolset7Arg)
+ ./build.sh --ci --restore --build --pack $(archflag) --configuration $(_BuildConfig) $(_InternalBuildArgs) $(LLVMTableGenArg) $(ClangTableGenArg) $(Devtoolset7Arg) --verbosity diag
88
displayName: 'Build and package'
89
env:
90
ROOTFS_DIR: $(rootfs)
0 commit comments