File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
tracer/build/_build/docker Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -5139,7 +5139,8 @@ stages:
5139
5139
displayName: create test data directories
5140
5140
# to remove once done
5141
5141
- script : |
5142
- echo '/dumps/core.%e.%p' | sudo tee /proc/sys/kernel/core_pattern
5142
+ mkdir -p artifacts/build_data/dumps
5143
+ echo '$(smokeTestAppDir)/dumps/core.%e.%p' | sudo tee /proc/sys/kernel/core_pattern
5143
5144
5144
5145
- script : |
5145
5146
docker-compose -p $(DockerComposeProjectName) build \
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ ENV DD_INTERNAL_WORKAROUND_77973_ENABLED=1
59
59
ENV ASPNETCORE_URLS=http://localhost:5000
60
60
61
61
# Capture dumps
62
- ENV COMPlus_DbgEnableMiniDump=1
62
+ ENV COMPlus_DbgEnableMiniDump=0
63
63
ENV COMPlus_DbgMiniDumpType=4
64
64
ENV DOTNET_DbgMiniDumpName=/dumps/coredump.%t.%p
65
65
ENV DOTNET_EnableCrashReport=0
You can’t perform that action at this time.
0 commit comments