Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit 2a4152d

Browse files
authored
Remove machine modification in helix publish (#28095)
See dotnet/runtime@abeadc2
1 parent 0515753 commit 2a4152d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tests/helixpublishwitharcade.proj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -197,10 +197,6 @@
197197
<HelixPreCommand Include="export __TestEnv=$HELIX_WORKITEM_PAYLOAD/$(TestEnvFileName)" />
198198
<HelixPreCommand Include="export __TestTimeout=$(TimeoutPerTestInMilliseconds)" Condition=" '$(TimeoutPerTestInMilliseconds)' != '' " />
199199
<HelixPreCommand Include="cat $__TestEnv" />
200-
201-
<!-- Setup coredumps for linux. Core Dumps are currently not supported -->
202-
<!-- on OSX -->
203-
<HelixPreCommand Include="sudo bash -c 'echo /home/helixbot/dotnetbuild/dumps/core.%u.%p > /proc/sys/kernel/core_pattern'" Condition=" '$(BuildOS)' != 'OSX' " />
204200
</ItemGroup>
205201

206202
<PropertyGroup>

0 commit comments

Comments
 (0)