Deploy on Windows

When debugging and deploying a new .NET MAUI project to Windows, the default behavior is to deploy an unpackaged app.
https://learn.microsoft.com/en-us/dotnet/maui/windows/setup?view=net-maui-9.0
This commit is contained in:
2025-01-15 14:15:48 +01:00
parent 4a6a17f729
commit df1e922c90

View File

@@ -1,7 +1,7 @@
{
"profiles": {
"Windows Machine": {
"commandName": "MsixPackage",
"commandName": "Project",
"nativeDebugging": false
}
}