Skip to content

Commit abd6ea4

Browse files
authored
Sod pre command fix (#60413)
Updated the blazor_scenarios.proj helix precommand to use ';;' instead of '%3b'
1 parent 10d8964 commit abd6ea4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

eng/testing/performance/blazor_perf.proj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,13 @@
3939
<HelixWorkItem Include="SOD - Minimum Blazor Template - Publish">
4040
<PayloadDirectory>$(WorkItemDirectory)</PayloadDirectory>
4141
<!-- Specifying both linker dump msbuild properties in case linker version is not updated -->
42-
<PreCommands>cd $(BlazorMinDirectory);$(Python) pre.py publish --msbuild "/p:_TrimmerDumpDependencies=true%3B/p:_MonoRuntimeComponentManifestJsonFilePath=$(WASMRuntimeConfigPath)" --msbuild-static AdditionalMonoLinkerOptions=&quot;%24(AdditionalMonoLinkerOptions) --dump-dependencies&quot;</PreCommands>
42+
<PreCommands>cd $(BlazorMinDirectory);$(Python) pre.py publish --msbuild "/p:_TrimmerDumpDependencies=true;;/p:_MonoRuntimeComponentManifestJsonFilePath=$(WASMRuntimeConfigPath)" --msbuild-static AdditionalMonoLinkerOptions=&quot;%24(AdditionalMonoLinkerOptions) --dump-dependencies&quot;</PreCommands>
4343
<Command>$(Python) test.py sod --scenario-name &quot;%(Identity)&quot;</Command>
4444
</HelixWorkItem>
4545
<HelixWorkItem Include="SOD - Minimum Blazor Template - Publish - AOT">
4646
<PayloadDirectory>$(WorkItemDirectory)</PayloadDirectory>
4747
<!-- Specifying both linker dump msbuild properties in case linker version is not updated -->
48-
<PreCommands>cd $(BlazorMinAOTDirectory);$(Python) pre.py publish --msbuild "/p:_TrimmerDumpDependencies=true%3B/p:_MonoRuntimeComponentManifestJsonFilePath=$(WASMRuntimeConfigPath)" --msbuild-static AdditionalMonoLinkerOptions=&quot;%24(AdditionalMonoLinkerOptions) --dump-dependencies&quot;</PreCommands>
48+
<PreCommands>cd $(BlazorMinAOTDirectory);$(Python) pre.py publish --msbuild "/p:_TrimmerDumpDependencies=true;;/p:_MonoRuntimeComponentManifestJsonFilePath=$(WASMRuntimeConfigPath)" --msbuild-static AdditionalMonoLinkerOptions=&quot;%24(AdditionalMonoLinkerOptions) --dump-dependencies&quot;</PreCommands>
4949
<Command>$(Python) test.py sod --scenario-name &quot;%(Identity)&quot;</Command>
5050
</HelixWorkItem>
5151
<HelixWorkItem Include="SOD - New Blazor Template - Publish">
@@ -56,7 +56,7 @@
5656
</HelixWorkItem>
5757
<HelixWorkItem Include="SOD - New Blazor Template - Publish - AOT">
5858
<PayloadDirectory>$(WorkItemDirectory)</PayloadDirectory>
59-
<PreCommands>cd $(BlazorAOTDirectory);$(Python) pre.py publish --msbuild "/p:_TrimmerDumpDependencies=true%3B/p:_MonoRuntimeComponentManifestJsonFilePath=$(WASMRuntimeConfigPath)" --msbuild-static AdditionalMonoLinkerOptions=%27&quot;%24(AdditionalMonoLinkerOptions) --dump-dependencies&quot;%27 --binlog %27./traces/blazor_publish.binlog%27</PreCommands>
59+
<PreCommands>cd $(BlazorAOTDirectory);$(Python) pre.py publish --msbuild "/p:_TrimmerDumpDependencies=true;;/p:_MonoRuntimeComponentManifestJsonFilePath=$(WASMRuntimeConfigPath)" --msbuild-static AdditionalMonoLinkerOptions=%27&quot;%24(AdditionalMonoLinkerOptions) --dump-dependencies&quot;%27 --binlog %27./traces/blazor_publish.binlog%27</PreCommands>
6060
<Command>$(Python) test.py sod --scenario-name &quot;%(Identity)&quot;</Command>
6161
<PostCommands>$(Python) post.py</PostCommands>
6262
</HelixWorkItem>
@@ -70,7 +70,7 @@
7070
<HelixWorkItem Include="SOD - Pizza App - Publish - AOT">
7171
<PayloadDirectory>$(WorkItemDirectory)</PayloadDirectory>
7272
<!-- Specifying both linker dump msbuild properties in case linker version is not updated -->
73-
<PreCommands>cd $(BlazorPizzaAOTDirectory);$(Python) pre.py publish -f $(PerflabTargetFrameworks) --msbuild "/p:_TrimmerDumpDependencies=true%3B/p:_MonoRuntimeComponentManifestJsonFilePath=$(WASMRuntimeConfigPath)" --msbuild-static AdditionalMonoLinkerOptions=%27&quot;%24(AdditionalMonoLinkerOptions) --dump-dependencies&quot;%27 --binlog %27./traces/blazor_publish.binlog%27</PreCommands>
73+
<PreCommands>cd $(BlazorPizzaAOTDirectory);$(Python) pre.py publish -f $(PerflabTargetFrameworks) --msbuild "/p:_TrimmerDumpDependencies=true;;/p:_MonoRuntimeComponentManifestJsonFilePath=$(WASMRuntimeConfigPath)" --msbuild-static AdditionalMonoLinkerOptions=%27&quot;%24(AdditionalMonoLinkerOptions) --dump-dependencies&quot;%27 --binlog %27./traces/blazor_publish.binlog%27</PreCommands>
7474
<Command>$(Python) test.py sod --scenario-name &quot;%(Identity)&quot; --dirs $(PizzaAppPubLocation)</Command>
7575
<PostCommands>$(Python) post.py</PostCommands>
7676
<Timeout>1:00</Timeout>

0 commit comments

Comments
 (0)