From 507c44b7bf3ea5b580d21a1d2c411fe96a248611 Mon Sep 17 00:00:00 2001 From: Jonathan Peppers Date: Thu, 17 Jun 2021 08:36:34 -0500 Subject: [PATCH] Add .NET MAUI workload manifest Context: https://github.com/dotnet/maui/pull/603 After building with `.\build.cmd -pack -publish`, I could install the workload: .\artifacts\bin\redist\Debug\dotnet\dotnet.exe workload install maui --verbosity diag ... Successfully installed workload(s) maui. Next, I setup a `global.json` with `6.0.100-dev` and tried: .\artifacts\bin\redist\Debug\dotnet\dotnet.exe new maui I was able to build and run the app, after some minor tweaks to the template. --- eng/Versions.props | 1 + src/redist/targets/BundledManifests.targets | 1 + 2 files changed, 2 insertions(+) diff --git a/eng/Versions.props b/eng/Versions.props index 66ddd32ab..e7967eb1b 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -153,6 +153,7 @@ + 6.0.100-ci.main.806 11.0.200-ci.main.256 14.5.100-ci.main.723 14.5.100-ci.main.723 diff --git a/src/redist/targets/BundledManifests.targets b/src/redist/targets/BundledManifests.targets index e84c67f2d..b653ecfce 100644 --- a/src/redist/targets/BundledManifests.targets +++ b/src/redist/targets/BundledManifests.targets @@ -5,6 +5,7 @@ +