-
Notifications
You must be signed in to change notification settings - Fork 5k
Add workloads subset for blazor installers #55087
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
Conversation
This reverts commit 3d7307c. # Conflicts: # eng/pipelines/mono/templates/workloads-build.yml
I couldn't figure out the best area label to add to this PR. If you have write-permissions please help me learn by adding exactly one area label. |
@@ -0,0 +1,2 @@ | |||
# Building | |||
The workloads project can only be built using .NET Framework msbuild. To build locally, run ```build -project src\workloads\workloads.csproj -msbuildEngine vs``` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Did you copy this from my dotnet/installer PR? That was true before we rebuilt SWIX to support dotnet build and not depend on msbuild.
We should remove this readme
Is it intentional to commit nupkg file to the repo? |
Tagging subscribers to this area: @Anipik, @safern, @ViktorHofer Issue DetailsThis PR adds "mono.workloads" subset which generates MSIs and packages that can be used to install blazor workload using dotnet CLI and VS installer.
|
This got merged as part of #55769. |
This PR adds "mono.workloads" subset which generates MSIs and packages that can be used to install blazor workload using dotnet CLI and VS installer.