From df1e922c90c39f2a896f44612d3aff82213ead3c Mon Sep 17 00:00:00 2001 From: DaPi Date: Wed, 15 Jan 2025 14:15:48 +0100 Subject: [PATCH] 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 --- Jugenddienst Stunden/Properties/launchSettings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jugenddienst Stunden/Properties/launchSettings.json b/Jugenddienst Stunden/Properties/launchSettings.json index edf8aad..4f85793 100644 --- a/Jugenddienst Stunden/Properties/launchSettings.json +++ b/Jugenddienst Stunden/Properties/launchSettings.json @@ -1,7 +1,7 @@ { "profiles": { "Windows Machine": { - "commandName": "MsixPackage", + "commandName": "Project", "nativeDebugging": false } }