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

expand pattern to filter out Microsoft.WebApplication.targets #11236

Merged
merged 2 commits into from
Jan 6, 2025

Conversation

brettfo
Copy link
Contributor

@brettfo brettfo commented Jan 6, 2025

Previously we'd only filter out an imported project if its path was exactly $(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets, however in looking through the logs I've also seen instances of $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\WebApplications\Microsoft.WebApplication.targets so I've simply expanded the pattern to match on any import with a file name of Microsoft.WebApplication.targets.

While working on this I also found that if a test does fail, it's not reported in the log very well, so I've addressed that. With this additional fix, I found 2 unit tests that had some merge conflict artifacts. These tests were expected to fail, just not in the way that they were, so they've now been fixed to fail in the expected way again.

@brettfo brettfo added the L: dotnet:nuget NuGet packages via nuget or dotnet label Jan 6, 2025
@brettfo brettfo requested a review from a team as a code owner January 6, 2025 16:55
@brettfo brettfo force-pushed the dev/brettfo/nuget-expand-pattern branch from 13d8b1e to 50f019c Compare January 6, 2025 19:48
@randhircs randhircs merged commit ce7d07b into main Jan 6, 2025
72 checks passed
@randhircs randhircs deleted the dev/brettfo/nuget-expand-pattern branch January 6, 2025 21:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
L: dotnet:nuget NuGet packages via nuget or dotnet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants