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:
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"profiles": {
|
"profiles": {
|
||||||
"Windows Machine": {
|
"Windows Machine": {
|
||||||
"commandName": "MsixPackage",
|
"commandName": "Project",
|
||||||
"nativeDebugging": false
|
"nativeDebugging": false
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user