We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8839b3b commit b8652e9Copy full SHA for b8652e9
1 file changed
.azure-pipelines.yml
@@ -90,6 +90,7 @@ jobs:
90
workingDirectory: $(Build.BinariesDirectory)
91
cmakeArgs: --build .
92
displayName: Build
93
+ env: { "VERBOSE": "1" }
94
- publish: $(Build.BinariesDirectory)/sysroot
95
artifact: wasi-libc
96
condition: and(succeeded(), eq(variables['Agent.OS'], 'Darwin'))
0 commit comments