Skip to content

Commit

Permalink
Enable crash tracking tests for trimmed apps
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewlock committed Feb 21, 2025
1 parent ed4958b commit f488df3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tracer/build/_build/Build.VariableGenerations.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1262,7 +1262,7 @@ from package in packages
dockerTag = dockerTag,
publishFramework = image.PublishFramework,
linuxArtifacts = linuxArtifacts,
runCrashTest = "false", // this doesn't work yet
runCrashTest = image.RunCrashTest ? "true" : "false",
runtimeImage = $"{dockerName}:{image.RuntimeTag}",
runtimeId = runtimeId,
packageName = pair.package.name,
Expand Down

0 comments on commit f488df3

Please sign in to comment.