Skip to content
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

Fix two source-build poison leaks #4718

Merged
merged 1 commit into from
Oct 23, 2023

Conversation

NikolaMilosavljevic
Copy link
Member

Related to dotnet/source-build#3670

This fixes 2 source-build poison leaks: Microsoft.Extensions.DependencyModel.dll and Microsoft.Extensions.FileSystemGlobbing.dll that come from this repo. This was caused by missing package dependencies, which causes source-build to consume reference packages from SBRP repo.

The fix is a simple addition of explicit package dependencies, for versions used by VSTest repo. Source-build will automatically bump these package versions to latest, built in source-build.

@nohwnd nohwnd enabled auto-merge (squash) October 23, 2023 07:37
@nohwnd nohwnd merged commit ae25c3b into microsoft:rel/17.8 Oct 23, 2023
@MichaelSimons
Copy link
Member

MichaelSimons commented Oct 23, 2023

Does these changes flow to the latest branches or does it need to be manually ported?

@NikolaMilosavljevic
Copy link
Member Author

@Evangelink @nohwnd - internal build is failing on one of the legs: https://dev.azure.com/dnceng/internal/_build/results?buildId=2298870&view=logs&j=22e02971-7ade-5002-875e-eef7feb6e7af&t=ddedce3e-d198-5a81-1ae5-9db245410658&l=217

Who can help investigate and fix this, so that we can get a good build that flows to 8.0 release?

@nohwnd
Copy link
Member

nohwnd commented Oct 24, 2023

Looking.

@nohwnd
Copy link
Member

nohwnd commented Oct 24, 2023

Does these changes flow to the latest branches or does it need to be manually ported?

They don't automatically flow to main.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants