Skip to content

Commit 8cd63f0

Browse files
authored
Update Helix.targets
1 parent 0565909 commit 8cd63f0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

eng/targets/Helix.targets

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@
55
</ItemGroup>
66

77
<ItemGroup>
8-
<HelixPostCommand Condition="'$(IsWindowsHelixQueue)' == 'true'" Include="wevtutil el" />
9-
<HelixPostCommand Condition="'$(IsWindowsHelixQueue)' == 'true'" Include="xcopy /s C:\Windows\System32\winevt\Logs %25HELIX_WORKITEM_UPLOAD_ROOT%25" />
8+
<HelixPostCommand Condition="'$(IsWindowsHelixQueue)' == 'true'" Include="wevtutil epl EndpointMapper %25HELIX_WORKITEM_UPLOAD_ROOT%25\EndpointMapper.evtx" />
109
</ItemGroup>
1110

1211
<ItemGroup Condition="'$(TestDependsOnMssql)' == 'true' AND '$(IsWindowsHelixQueue)' == 'true' AND '$(IsArm64HelixQueue)' != 'true'">

0 commit comments

Comments
 (0)