We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47a7437 commit 547ea5aCopy full SHA for 547ea5a
1 file changed
dist/azure-generic-build.yml
@@ -49,7 +49,7 @@ steps:
49
50
# OK, this has nothing to do with features, but if a build script fails, it
51
# can be helpful to get a full backtrace.
52
- echo "##vso[task.setvariable variable=RUST_BACKTRACE;]1"
+ echo "##vso[task.setvariable variable=RUST_BACKTRACE;]full"
53
displayName: Set feature flags
54
env:
55
DEFAULT_FEATURES_FLAG: ${{ parameters.defaultFeatures }}
0 commit comments