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 6b8bd54 commit c45854fCopy full SHA for c45854f
tracer/build/_build/Build.Steps.cs
@@ -1986,6 +1986,7 @@ void RunWindowsIisIntegrationTests(Project project)
1986
.EnableNoBuild()
1987
.SetIsDebugRun(isDebugRun)
1988
.SetProcessEnvironmentVariable("MonitoringHomeDirectory", MonitoringHomeDirectory)
1989
+ .SetProcessEnvironmentVariable("RUST_BACKTRACE", "1")
1990
.SetLogsDirectory(TestLogsDirectory)
1991
.EnableTrxLogOutput(GetResultsDirectory(project))
1992
.WithDatadogLogger());
0 commit comments