-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
🚧 Update/Test building of WinUI branch #4752
base: winui
Are you sure you want to change the base?
Conversation
Renewed UI Test app pfx cert Tested TAEF on commandline (MSTest not working in VS yet) Changed PublishReadyToRun setting for .NET 6 to False Updated to 8.0 packages of .NET Community Toolkit
Thanks michael-hawker for opening a Pull Request! The reviewers will test the PR and highlight if there is any conflict or changes required. If the PR is approved we will proceed to merge the pull request 🙌 |
Need to retest WinUI pipeline and see if we were affected by the same environment issue as Color Code (see CommunityToolkit/ColorCode-Universal#28). Did find that cake may be the thing effected, easy enough to try and remove in Color Code; not so much here yet that's our 8.0 plan. |
Hmm, looks like it built but the test process failed... didn't see anything obvious or helpful in the output, hmm... |
Looks like it didn't run the Notifications tests (last week and this week):
|
Seeing this NuGet error on the Notifications project locally, but not sure what it means:
|
It means that some of the targets required for Restore are not found. But that is not usually the case. It might be due to the project file or related imports getting corrupted leading to subsequent imports not importing. |
@Nirmal4G this built in the CI before last month, so something externally has changed. I thought I had built locally as well, but it's failing as well there. Getting all sorts of bizarre NuGet issues. Like it's even trying to pull in some old version of the SDK:
The other maybe root error is also:
NuGet restore is what gave me the error above about the FYI @azchohfi if you have any thoughts? |
Wow... No, sorry, this is new to me. |
Tried running the build script locally and got this lovely message: Very bizarre... wonder what .NET it's looking for:
|
The
winui
branch of our repo hasn't been built since last fall. This PR is the initial work to test that we can build the pipeline again to produce a hotfix release before we work to merge our forks together on top of our new infrastructure from labs where all this can be coordinated together.PR Type
What kind of change does this PR introduce?
What is the current behavior?
Doesn't build
What is the new behavior?
Builds?
PR Checklist
Please check if your PR fulfills the following requirements:
Other information
Current Updates: