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 0565909 commit 8cd63f0Copy full SHA for 8cd63f0
eng/targets/Helix.targets
@@ -5,8 +5,7 @@
5
</ItemGroup>
6
7
<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" />
+ <HelixPostCommand Condition="'$(IsWindowsHelixQueue)' == 'true'" Include="wevtutil epl EndpointMapper %25HELIX_WORKITEM_UPLOAD_ROOT%25\EndpointMapper.evtx" />
10
11
12
<ItemGroup Condition="'$(TestDependsOnMssql)' == 'true' AND '$(IsWindowsHelixQueue)' == 'true' AND '$(IsArm64HelixQueue)' != 'true'">
0 commit comments