-
Notifications
You must be signed in to change notification settings - Fork 329
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Partner Center reporting a bug for latest version of BuildTools #4480
Comments
Seeing this too |
To clarify, the app I tried submitted is a UWP app. I think the Partner Center isn't ready for 10.0.26100 yet. |
facing the same issue. any update on this ? |
Same issue here as well. Reverting back to this version in the mean time.
|
uninstall "Microsoft.Windows.SDK.BuildTools" from the app Packages seems to remove the pb to me |
The version 10.0.26100.1 was updated on May 22, 2024 and after a month or more, Microsoft Partner Center is not ready for it. Reverting back to the version 10.0.22621.3233 solved the issue. |
Any updates regarding this issue? |
I am experiencing this too. |
Same here. Only way to solve this is downgrade the BuildTools. |
Also just hit this problem, but have no workaround, as some of my dependencies already bumped to latest stable as well |
Aug 14th and I'm still seeing this |
Same here |
:( Same here |
Same here, we can't deploy our latest version UNO app, and we can't down grade. |
@SolidRockProgrammer if you don't mind using older version of Uno.Extensions, you can use the following in <!-- Temporary workaround for https://github.com/microsoft/WindowsAppSDK/issues/4480 -->
<WinAppSdkBuildToolsVersion Condition="$(TargetFramework.Contains('windows10'))">10.0.22621.3233</WinAppSdkBuildToolsVersion>
<UnoExtensionsVersion Condition="$(TargetFramework.Contains('windows10'))">4.2.2</UnoExtensionsVersion> This is, of course, just a workaround, and the issue itself needs to be resolved |
Is that really STILL a thing?? Got the following error: Package acceptance validation error: The package Packaging Project_2.2.1.0_x86.appx uses an unsupported version of file makepri.exe (10.0.26100.1). The following versions are allowed: < 10.0.10500.0; >= 10.0.10586.0 & < 10.0.11000.0; >= 10.0.14383.0 & < 10.0.14800.0; >= 10.0.15053.0 & < 10.0.15100.0; >= 10.0.16299.0 & < 10.0.16350.0; >= 10.0.17134.0 & < 10.0.17500.0; >= 10.0.17763.0 & < 10.0.18199.0; >= 10.0.18362.0 & < 10.0.18799.0; >= 10.0.19041.0 & < 10.0.19399.0; >= 10.0.20348.0 & < 10.0.21242.0; >= 10.0.22000.194 & < 10.0.22350.0; >= 10.0.22621.0 & < 10.0.25054.0. Please update your Visual Studio build tools and try again. |
CC @Sergio0694 @dpaulino - do you have a point of contact for this at Partner Center team that could help please? |
I'd suggest pinging |
myokeeh has pinged ankur06 in microsoft-store Discord channel 👍 |
Hey, @DRAirey1 I am newly joining the team and will take a look at this? Thanks! |
Microsoft have requested an update to one of my apps and will delist the app at the end of the September if a new version has not been published by then. This issue is a major inconvenience. |
Is there any news regarding this problem? |
@KevinLaMS, slightly off topic: I have some devices that are already on 10.0.26100 and I'm noticing a pattern that those devices are not getting automatic updates for UWP apps that I have in the Store with new updates. TargetPlatformVersion is 10.0.22621.0 and TargetPlatformMinVersion is 10.0.19041.0 for those apps. They are LOB apps. I assumed insider builds would get apps automatically updated since they're always going to be higher than the TargetPlatformVersion. What's preventing automatic updates? |
I think I finally fixed this. I got rid of all the package references to Microsoft.WindowsAppSDK and Microsoft.Windows.SDK.BuildTools in all my .csproj files. That is, I deleted this line wherever I found it:
IMPORTANT NOTE: You need to do this to all the packages you consume as well. I had a package of WinUI resources (controls, formatters, etc.), that was still referencing the SDK.BuildTools. It wasn't until I removed the ALL the references in every package that I imported that I was able to successfully upload to the Microsoft Partner Center with the latest version of everything. |
@DRAirey1 I'm successfully submitting a WinUI app with
and
in all the packages. Any upgrade from those libraries however and I get the "not supported" error. I'm using 1.5.240802000 for the WAS and you are 1.5.240428000 for your WAS I don't know if that is any help to you. |
@KevinLaMS I made another attempt to submit for version 26100 thinking this would be fixed now that 24H2 is GA. No luck. |
I'm wondering what the issue could be. Any chance you can share your csproj file and the pipeline yaml file? |
The issue seems quite simple. When store validates the package, it does not recognize the new SDK. Probably just needs a config update, but this is very low on Microsoft backlog.
Get Outlook for Android<https://aka.ms/AAb9ysg>
…________________________________
From: Ismail Hassani ***@***.***>
Sent: Wednesday, October 2, 2024 11:07:46 PM
To: microsoft/WindowsAppSDK ***@***.***>
Cc: under3415 ***@***.***>; Mention ***@***.***>
Subject: Re: [microsoft/WindowsAppSDK] Partner Center reporting a bug for latest version of BuildTools (Issue #4480)
@KevinLaMS<https://github.com/KevinLaMS> I made another attempt to submit for version 26100 thinking this would be fixed now that 24H2 is GA. No luck.
I'm wondering what the issue could be. Any chance you can share your csproj file and the pipeline yaml file?
—
Reply to this email directly, view it on GitHub<#4480 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AA5N3HWYVMWREBKWPMYOMPLZZPAXFAVCNFSM6AAAAABI6RUFFOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGOBYGIZTANRYHA>.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
I agree with @under3415. It's on the Partner Center side. What's frustrating is this is not the first time this happened. I don't know why the lesson hasn't been learned. Almost every time there's a new SDK version, they fumble here. |
Someone needs to tell them this is affecting AI and it will get fixed in 10 minutes :-D |
Still an issue, can't downgrade due to Uno and even other Microsoft packages using the newer version of the SDK. |
You guys still not fix this issue even 24H2 released already |
What a shameful disgusting disgrace. Steve Balmer loved the developers and treated us like kings. |
Hi, @michalleptuch
This is what I tried:
I suspect I should not have used 7zip to create bundles in steps 5 & 6, but not sure how to use "MSIX Packaging Tool" to (re)create a bundle. |
Hi @under3415, unfortunately I didn't test it on msixbundle, sorry for the oversight :( |
I think I finally figured out a workaround.
Essentially this script generates x86 and x64 packages and then prompts you to edit them with MSIX Packaging Tool. You can set the version to I'm not a PowerShell scripter so please adapt as necessary aha |
You modified package content, than created the package archive without a matching A .msix and .msixbundle are not merely a .zip file. They have additional rules beyond there mere .zip file format, e.g. a signed package contains the file One does not simply P.S. To make a signed MSIX package you typically run |
Encountering this issue as well. It's doubly frustrating because the suggested guidance is wrong. We don't need to upgrade our build tools. In fact, we should downgrade them. |
I have encountered the same phenomenon. |
Hello Folks. This is not an automated process for us, and it may not be exhaustive for you folks, but this is how we got around it:
Full instructions are at |
I'm starting to think Microsoft does not want us in their app store :-( |
It seems to be working now! Tried uploading my app with latest Build Tools and it got validated, can someone else confirm as well? |
Thanks for the information. |
I was able to submit my UWP app targeting 10.0.26100 and pass validation step! Yay, they fixed it! |
Same config here and it also worked. |
@DRAirey1 I think this can be closed now |
Describe the bug
I have an application that builds, runs and passes all validation tests locally, but when I submit it to the store, I get:
Package acceptance validation error: The package Desktop (Package)_1.35.14.0_x86_Production.msix uses an unsupported version of file makepri.exe (10.0.26100.1). The following versions are allowed: < 10.0.10500.0; >= 10.0.10586.0 & < 10.0.11000.0; >= 10.0.14383.0 & < 10.0.14800.0; >= 10.0.15053.0 & < 10.0.15100.0; >= 10.0.16299.0 & < 10.0.16350.0; >= 10.0.17134.0 & < 10.0.17500.0; >= 10.0.17763.0 & < 10.0.18199.0; >= 10.0.18362.0 & < 10.0.18799.0; >= 10.0.19041.0 & < 10.0.19399.0; >= 10.0.20348.0 & < 10.0.21242.0; >= 10.0.22000.194 & < 10.0.22350.0; >= 10.0.22621.0 & < 10.0.25054.0. Please update your Visual Studio build tools and try again.
Package acceptance validation error: The package Desktop (Package)_1.35.14.0_x64_Production.msix uses an unsupported version of file makepri.exe (10.0.26100.1). The following versions are allowed: < 10.0.10500.0; >= 10.0.10586.0 & < 10.0.11000.0; >= 10.0.14383.0 & < 10.0.14800.0; >= 10.0.15053.0 & < 10.0.15100.0; >= 10.0.16299.0 & < 10.0.16350.0; >= 10.0.17134.0 & < 10.0.17500.0; >= 10.0.17763.0 & < 10.0.18199.0; >= 10.0.18362.0 & < 10.0.18799.0; >= 10.0.19041.0 & < 10.0.19399.0; >= 10.0.20348.0 & < 10.0.21242.0; >= 10.0.22000.194 & < 10.0.22350.0; >= 10.0.22621.0 & < 10.0.25054.0. Please update your Visual Studio build tools and try again.
Package acceptance validation error: The package Desktop (Package)_1.35.14.0_ARM64_Production.msix uses an unsupported version of file makepri.exe (10.0.26100.1). The following versions are allowed: < 10.0.10500.0; >= 10.0.10586.0 & < 10.0.11000.0; >= 10.0.14383.0 & < 10.0.14800.0; >= 10.0.15053.0 & < 10.0.15100.0; >= 10.0.16299.0 & < 10.0.16350.0; >= 10.0.17134.0 & < 10.0.17500.0; >= 10.0.17763.0 & < 10.0.18199.0; >= 10.0.18362.0 & < 10.0.18799.0; >= 10.0.19041.0 & < 10.0.19399.0; >= 10.0.20348.0 & < 10.0.21242.0; >= 10.0.22000.194 & < 10.0.22350.0; >= 10.0.22621.0 & < 10.0.25054.0. Please update your Visual Studio build tools and try again.
Steps to reproduce the bug
Install the latest version of SDK BuildTools in your WinUI project.
Update to the latest version of Visual Studio.
Build your application.
Submit it to the Windows Store.
Expected behavior
I expect the application to pass the validation tests.
Screenshots
NuGet package version
None
Packaging type
Packaged (MSIX)
Windows version
No response
IDE
Visual Studio 2022
Additional context
No response
The text was updated successfully, but these errors were encountered: