Skip to content

Commit 6933d90

Browse files
committed
Update Maui Workload Install Process for Perf (dotnet#64692)
* Add dotnet install and run to test if new dotnet version can be installed similar to how it is done in the Maui repo. * Download and use local dotnet version. * Use updated dotnet for more of the pipeline. * Test with made runtime packs and and add ios arm pack substitution. * Try building instead of publishing. * Reenable everything for full test run. * Package name now seems to default to lower case, at least for maui.
1 parent 2f1bb7e commit 6933d90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tests/Common/maui/MauiScenario.targets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<Message Text="Used runtime pack: %(ResolvedRuntimePack.PackageDirectory)" Importance="high" />
44
</Target>
55

6-
<!-- Use local targeting pack for NetCoreAppCurrent. -->
6+
<!--Use local targeting pack for NetCoreAppCurrent.-->
77
<Target Name="UpdateTargetingAndRuntimePack"
88
AfterTargets="ResolveFrameworkReferences">
99
<PropertyGroup>

0 commit comments

Comments
 (0)