Skip to content

Commit 547ea5a

Browse files
committed
dist/azure-generic-build.yml: print full backtraces
1 parent 47a7437 commit 547ea5a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dist/azure-generic-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ steps:
4949
5050
# OK, this has nothing to do with features, but if a build script fails, it
5151
# can be helpful to get a full backtrace.
52-
echo "##vso[task.setvariable variable=RUST_BACKTRACE;]1"
52+
echo "##vso[task.setvariable variable=RUST_BACKTRACE;]full"
5353
displayName: Set feature flags
5454
env:
5555
DEFAULT_FEATURES_FLAG: ${{ parameters.defaultFeatures }}

0 commit comments

Comments
 (0)