Fixes for pipeline stability#5359
Merged
Merged
Conversation
florelis
previously approved these changes
Apr 7, 2025
florelis
approved these changes
Apr 11, 2025
| @@ -50,7 +50,7 @@ | |||
| "Microsoft.VisualStudio.Component.VC.ASAN", | |||
| "Microsoft.VisualStudio.Component.Vcpkg", | |||
| "Microsoft.VisualStudio.Component.Windows10SDK.19041", | |||
Member
Author
There was a problem hiding this comment.
Probably not, I don't see anything using it in this solution. I can remove it in another PR to prevent the need to rebuild this one.
| WindowsPackageManager\WindowsPackageManager.dll | ||
| UndockedRegFreeWinRT\winrtact.dll | ||
| TargetFolder: $(buildOutDirAnyCpu)\PowerShell\Microsoft.WinGet.Client\net8.0-windows10.0.22000.0\SharedDependencies\$(BuildPlatform) | ||
| TargetFolder: $(buildOutDirAnyCpu)\PowerShell\Microsoft.WinGet.Client\net8.0-windows10.0.26100.0\SharedDependencies\$(BuildPlatform) |
Member
There was a problem hiding this comment.
This is going to be fun to update in the internal pipeline...
Member
Author
There was a problem hiding this comment.
[fingers in ears] la la la la, I can't hear you
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Issue
Due to an issue with dsc.exe creating child processes (which after much investigation appears to be a race that only occurs on older OS versions), we get arbitrary failures.
We also occasionally get spurious failures of configuration tests.
Change
Move to
windows-2025to avoid the process creation failures from dsc.exe.Move to Windows 11 SDK 26100 as 22000 is not installed by default on
windows-2025.Flush output at the end of a configuration unit info dump.
Add missing interface to manifest (@yao-msft was right).
Use
pwshtask at least once to ensure that it is present.Microsoft Reviewers: Open in CodeFlow