msbuild icon indicating copy to clipboard operation
msbuild copied to clipboard

[Bug]: CustomAnalyzerTest test fails in the CI pipeline

Open AR-May opened this issue 1 year ago • 2 comments

Links to the failure: https://dev.azure.com/dnceng-public/public/_build/results?buildId=713198&view=results https://dev.azure.com/dnceng-public/public/_build/results?buildId=714118&view=results

AR-May avatar Jun 20 '24 13:06 AR-May

I am disabling the test in vs17.11 and main branches. When fixed, please turn in on both vs17.11 and main.

AR-May avatar Jun 20 '24 13:06 AR-May

It seems like this test only fails on the version bump PRs: https://github.com/dotnet/msbuild/pull/10268 https://github.com/dotnet/msbuild/pull/10270

We still need to fix it, but we can try to re-enable it meanwhile

AR-May avatar Jun 26 '24 15:06 AR-May

Reenabled in https://github.com/dotnet/msbuild/pull/10307

https://github.com/dotnet/msbuild/blob/37ba950c4461abba607ba42e276e3892c5f61e59/src/BuildCheck.UnitTests/EndToEndTests.cs#L151

JanProvaznik avatar Aug 21 '24 08:08 JanProvaznik