-
Notifications
You must be signed in to change notification settings - Fork 781
Description
Describe the bug
I reported this earlier #10683 but it was closed
Now that 1.8.250907003 was released I tried again, but still I get the error
The "WinAppSdkSignAppxPackageBundle" task was not found. Check the following: 1.) The name of the task in the project file is the same as the name of the task class. 2.) The task class is "public" and implements the Microsoft.Build.Framework.ITask interface. 3.) The task is correctly declared with <UsingTask> in the project file, or in the *.tasks files located in the "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\amd64" directory.
Why is this important?
Bundling packages is required for Microsoft Store
Steps to reproduce the bug
Try creating this template project
Image
Create an app package through whichever method
Ensure you have these settings
Image
You won't get a bundle in your output directory, just MSIX files
Actual behavior
No response
Expected behavior
No response
Screenshots
No response
NuGet package version
None
Windows version
No response
Additional context
No response