-
Notifications
You must be signed in to change notification settings - Fork 331
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
Regression: Can't install 1.1.3 Package in GitHub actions for MSTest projects (1.0.3 is fine) #2768
Comments
I suspect this is a dupe of DEP0800 error when trying to deploy MAUI app on windows platform #2741
0x8000000B = E_BOUNDS ? @michael-hawker Does this repro with 1.1.3? |
@DrusTheAxe sorry missed this notification before (I was out for a week); it did repo on 1.1.3, and I just tried with 1.1.4 as well, same issue 😥:
See our CI run here: https://github.com/CommunityToolkit/Labs-Windows/runs/7963041945?check_suite_focus=true (works fine with 1.0.3, but not 1.1.x.) Our PR is here: CommunityToolkit/Labs-Windows#183 |
It is a duplicate of the issue# #2829. Latest status of the root cause and the fix is being shared there. |
Describe the bug
We're trying to update our Windows App SDK version in our project here: CommunityToolkit/Labs-Windows#183
This is still failing to install in our GitHub action CI when trying to run our tests with MSTest with the following message:
This seems like it's still a problem related to changes which broke 1.0.3 in #2631.
Our CI (and VS) have no issues when running with 1.0.3.
This is blocking us from updating to 1.1.x still which we need for other fixes (though still trying to identify if there are other blocking issues related to MSTest but can't validate what's working in our CI first because of these deployment issues since 1.1.1).
Steps to reproduce the bug
See https://github.com/CommunityToolkit/Labs-Windows/runs/7460607269?check_suite_focus=true
windows-latest
with a step to execute tests after building them in release mode:See failure to install package.
Expected behavior
Package installs and tests run.
Screenshots
NuGet package version
1.1.3
Packaging type
Packaged (MSIX)
Windows version
Windows 10 version 21H2 (19044, November 2021 Update)
IDE
Visual Studio 2022
Additional context
Related to Regression #2631 (fixed for main build, but still failing for mstest - raising this new issue to track specifically as haven't gotten traction replying to closed issue there)
Also see #2706
The text was updated successfully, but these errors were encountered: