Closed thirstyape closed 1 week ago
This is not really a MAUI issue but more the VS/IDE, so please open the issue there for that team to add the capability.
Thanks for the issue report @thirstyape! This issue appears to be a problem with Visual Studio, so we ask that you use the VS feedback tool to report the issue. That way it will get to the routed to the team that owns this experience in VS.
If you encounter a problem with Visual Studio, we want to know about it so that we can diagnose and fix it. By using the Report a Problem tool, you can collect detailed information about the problem, and send it to Microsoft with just a few button clicks.
Thanks for the issue report @thirstyape! This issue appears to be a problem with Visual Studio (Code), so we ask that you use the VS feedback tool to report the issue. That way it will get to the routed to the team that owns this experience in VS (Code).
If you encounter a problem with Visual Studio or the .NET MAUI VS Code Extension, we want to know about it so that we can diagnose and fix it. By using the Report a Problem tool, you can collect detailed information about the problem, and send it to Microsoft with just a few button clicks.
Description
Now that VS2022 for Mac is dead I think it would make quite a bit of sense to have remote publishing for macOS from Windows made available as it is already for iOS.
Public API Changes
Specifically, add the following CLI options:
-p:ServerAddress=[my.macbook.ip.address]
-p:ServerUser=[my.macbook.username]
-p:TcpPort=58181
-p:_DotNetRootRemoteDirectory=/Users/[my.macbook.username]/Library/Caches/Xamarin/XMA/SDKs/dotnet/
Intended Use-Case
Simplify the overly complex publishing for .NET MAUI apps so there is one more thing you can do on a single machine. Which will also aid in enabling build servers such as Jenkins to be able to automate publishing.