-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
[vs-workload] Use variable to control VSMAN name #13873
Conversation
In .NET 8 we will want our VSMAN files to be versioned with a `.net8.0` suffix.
Will we want to backport this to |
yes, at least to make the unified pipeline work easier. |
Yeah we'll need this on all 8.0 related branches, including |
This looks like it worked fine for the net7.0 based main, generating a file with: <TargetName>Microsoft.NET.Sdk.Maui.Workload.net7.0</TargetName> Is there a bot I should use to backport or what is the usual process for that? |
@pjcollins yeah you can use /backport to branch name , it will trigger the bot |
/backport to release/8.0.1xx-preview1 |
Started backporting to release/8.0.1xx-preview1: https://github.com/dotnet/maui/actions/runs/4407640663 |
Starting the backport so the build can get going. |
@mattleibow @rmarinho can we start merging without waiting for all the test stages? I checked the build output from this PR and it looks good, and these changes won't have any impact on tests. |
@pjcollins I think we can't since this setting is on GitHub and we can't make it ignore in a particular branch |
/backport to release/8.0.1xx-preview2 |
Started backporting to release/8.0.1xx-preview2: https://github.com/dotnet/maui/actions/runs/4407891379 |
/backport to net8.0 |
Started backporting to net8.0: https://github.com/dotnet/maui/actions/runs/4409018936 |
@pjcollins an error occurred while backporting to net8.0, please check the run log for details! Error: @pjcollins is not a repo collaborator, backporting is not allowed. If you're a collaborator please make sure your dotnet team membership visibility is set to Public on https://github.com/orgs/dotnet/people?query=pjcollins |
/backport to net8.0 |
Started backporting to net8.0: https://github.com/dotnet/maui/actions/runs/4409220521 |
In .NET 8 we will want our VSMAN files to be versioned with a
.net8.0
suffix.