Skip to content

Commit fe5d8c9

Browse files
authored
Fix typo
1 parent 7f45211 commit fe5d8c9

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,10 +5,9 @@
55
</ItemGroup>
66

77
<ItemGroup>
8-
<HelixPostCommand Condition="'$(IsWindowsHelixQueue)' == 'true'" Include="xcopy /s C:\Windows\System32\winevt\Logs %HELIX_WORKITEM_UPLOAD_ROOT%25" />
8+
<HelixPostCommand Condition="'$(IsWindowsHelixQueue)' == 'true'" Include="xcopy /s C:\Windows\System32\winevt\Logs %25HELIX_WORKITEM_UPLOAD_ROOT%25" />
99
</ItemGroup>
1010

11-
1211
<ItemGroup Condition="'$(TestDependsOnMssql)' == 'true' AND '$(IsWindowsHelixQueue)' == 'true' AND '$(IsArm64HelixQueue)' != 'true'">
1312
<HelixPreCommand Include="call RunPowershell.cmd mssql\InstallSqlServerLocalDB.ps1 || exit /b 1" />
1413
</ItemGroup>

0 commit comments

Comments
 (0)