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 7f45211 commit fe5d8c9Copy full SHA for fe5d8c9
eng/targets/Helix.targets
@@ -5,10 +5,9 @@
5
</ItemGroup>
6
7
<ItemGroup>
8
- <HelixPostCommand Condition="'$(IsWindowsHelixQueue)' == 'true'" Include="xcopy /s C:\Windows\System32\winevt\Logs %HELIX_WORKITEM_UPLOAD_ROOT%25" />
+ <HelixPostCommand Condition="'$(IsWindowsHelixQueue)' == 'true'" Include="xcopy /s C:\Windows\System32\winevt\Logs %25HELIX_WORKITEM_UPLOAD_ROOT%25" />
9
10
11
-
12
<ItemGroup Condition="'$(TestDependsOnMssql)' == 'true' AND '$(IsWindowsHelixQueue)' == 'true' AND '$(IsArm64HelixQueue)' != 'true'">
13
<HelixPreCommand Include="call RunPowershell.cmd mssql\InstallSqlServerLocalDB.ps1 || exit /b 1" />
14
0 commit comments