Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[build] Add maui-blazor to vs-workload.props #3105

Merged
merged 2 commits into from Oct 25, 2021

Conversation

pjcollins
Copy link
Member

The @(ComponentResources) item in the vs-workload.props file is used
by the <GenerateVisualStudioWorkload/> task to fill out missing
information when generating Visual Studio installer manifests for Mauis
.NET workloads. Whenever a new workload is added to the
WorkloadManifest.json file, a corresponding entry must be added
to vs-workload.template.props or the generated VS manifests will
contain incomplete information.

The `@(ComponentResources)` item in the vs-workload.props file is used
by the [`<GenerateVisualStudioWorkload/>` task][0] to fill out missing
information when generating Visual Studio installer manifests for Mauis
.NET workloads.  Whenever a new workload is added to the
[`WorkloadManifest.json` file][1], a corresponding entry must be added
to `vs-workload.template.props` or the generated VS manifests will
contain incomplete information.

[0]: https://github.com/dotnet/arcade/blob/5aa9d32c0fd7f412ea60aba2b9650fcbd3b8766c/src/Microsoft.DotNet.Build.Tasks.Workloads/src/GenerateVisualStudioWorkload.cs#L18
[1]: https://github.com/dotnet/maui/blob/ed9088699a589a8dfdd3ad6f2c0d36a16d270380/src/Workload/Microsoft.NET.Sdk.Maui/WorkloadManifest.in.json
@Eilon Eilon added area-blazor Blazor Hybrid / Desktop, BlazorWebView area-setup Installation, setup, requirements, maui-check, workloads, platform support labels Oct 25, 2021
eng/automation/vs-workload.template.props Outdated Show resolved Hide resolved
Co-authored-by: Eilon Lipton <Eilon@users.noreply.github.com>
@mattleibow mattleibow merged commit 9a37eff into dotnet:main Oct 25, 2021
@github-actions github-actions bot locked and limited conversation to collaborators Dec 22, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-blazor Blazor Hybrid / Desktop, BlazorWebView area-setup Installation, setup, requirements, maui-check, workloads, platform support
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants