Updated from Windows App SDK 1.6 to 1.8#285
Conversation
|
|
|
@licon4812 you need to include |
thanks for the tip |
|
Thanks for the PR @licon4812! It seems your branch is quite behind the main, could you update it please?
|
|
@licon4812 I see your merge commit, but not sure why... Your branch still seems behind. Make sure it's upto date so then we can investigate at what point the actions are failing.
|
It is bizarre that I had to do it twice 🤣 |
w-ahmad
left a comment
There was a problem hiding this comment.
The tests are failing because the project doesn’t include the WinAppSDK package and the sample apps are failing because they are on v1.6 too. Since the TableView project has moved to 1.8 and now only use the WinUI package, we need to add the WinAppSDK and Build Tools packages to the test and samples project.
|
@w-ahmad Currently, the tests work locally, just not on the pipeline agent
|
This reverts commit 0435add.
|
thanks for the updates @licon4812! |
This reverts commit fb688be.
Removed the <PublishProfile> property from the test project file. Updated Microsoft.TestPlatform.TestHost reference to exclude build assets, preventing unnecessary build-time dependencies.
Replaces MainWindow.Activate() with UnitTestClient.Run(Environment.CommandLine) in OnLaunched, enabling automated test execution using command-line arguments and streamlining the unit test startup process.
Fix output path for build artifacts and update test command.
|
@licon4812, the tests are now passing in CI. The issue was that the test runner wasn’t happy with the launch path, which I fixed in the latest commit. |




resolves #284