|
39 | 39 | <HelixWorkItem Include="SOD - Minimum Blazor Template - Publish"> |
40 | 40 | <PayloadDirectory>$(WorkItemDirectory)</PayloadDirectory> |
41 | 41 | <!-- 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="%24(AdditionalMonoLinkerOptions) --dump-dependencies"</PreCommands> |
| 42 | + <PreCommands>cd $(BlazorMinDirectory);$(Python) pre.py publish --msbuild "/p:_TrimmerDumpDependencies=true;;/p:_MonoRuntimeComponentManifestJsonFilePath=$(WASMRuntimeConfigPath)" --msbuild-static AdditionalMonoLinkerOptions="%24(AdditionalMonoLinkerOptions) --dump-dependencies"</PreCommands> |
43 | 43 | <Command>$(Python) test.py sod --scenario-name "%(Identity)"</Command> |
44 | 44 | </HelixWorkItem> |
45 | 45 | <HelixWorkItem Include="SOD - Minimum Blazor Template - Publish - AOT"> |
46 | 46 | <PayloadDirectory>$(WorkItemDirectory)</PayloadDirectory> |
47 | 47 | <!-- 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="%24(AdditionalMonoLinkerOptions) --dump-dependencies"</PreCommands> |
| 48 | + <PreCommands>cd $(BlazorMinAOTDirectory);$(Python) pre.py publish --msbuild "/p:_TrimmerDumpDependencies=true;;/p:_MonoRuntimeComponentManifestJsonFilePath=$(WASMRuntimeConfigPath)" --msbuild-static AdditionalMonoLinkerOptions="%24(AdditionalMonoLinkerOptions) --dump-dependencies"</PreCommands> |
49 | 49 | <Command>$(Python) test.py sod --scenario-name "%(Identity)"</Command> |
50 | 50 | </HelixWorkItem> |
51 | 51 | <HelixWorkItem Include="SOD - New Blazor Template - Publish"> |
|
56 | 56 | </HelixWorkItem> |
57 | 57 | <HelixWorkItem Include="SOD - New Blazor Template - Publish - AOT"> |
58 | 58 | <PayloadDirectory>$(WorkItemDirectory)</PayloadDirectory> |
59 | | - <PreCommands>cd $(BlazorAOTDirectory);$(Python) pre.py publish --msbuild "/p:_TrimmerDumpDependencies=true%3B/p:_MonoRuntimeComponentManifestJsonFilePath=$(WASMRuntimeConfigPath)" --msbuild-static AdditionalMonoLinkerOptions=%27"%24(AdditionalMonoLinkerOptions) --dump-dependencies"%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"%24(AdditionalMonoLinkerOptions) --dump-dependencies"%27 --binlog %27./traces/blazor_publish.binlog%27</PreCommands> |
60 | 60 | <Command>$(Python) test.py sod --scenario-name "%(Identity)"</Command> |
61 | 61 | <PostCommands>$(Python) post.py</PostCommands> |
62 | 62 | </HelixWorkItem> |
|
70 | 70 | <HelixWorkItem Include="SOD - Pizza App - Publish - AOT"> |
71 | 71 | <PayloadDirectory>$(WorkItemDirectory)</PayloadDirectory> |
72 | 72 | <!-- 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"%24(AdditionalMonoLinkerOptions) --dump-dependencies"%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"%24(AdditionalMonoLinkerOptions) --dump-dependencies"%27 --binlog %27./traces/blazor_publish.binlog%27</PreCommands> |
74 | 74 | <Command>$(Python) test.py sod --scenario-name "%(Identity)" --dirs $(PizzaAppPubLocation)</Command> |
75 | 75 | <PostCommands>$(Python) post.py</PostCommands> |
76 | 76 | <Timeout>1:00</Timeout> |
|
0 commit comments