dotnet / sdk

Core functionality needed to create .NET Core projects, that is shared between Visual Studio and CLI
https://dot.net/core
MIT License
2.67k stars 1.06k forks source link

.NET Framework build job test failure #40160

Open MiYanni opened 5 months ago

MiYanni commented 5 months ago

Build Information

Build: https://dev.azure.com/dnceng-public/cbb18261-c48f-4abb-8651-8cdcb5474649/_build/results?buildId=641468 Build error leg or test failing: Microsoft.NET.Build.Tests.ArtifactsOutputPathTests.ItCanBuildWithMicrosoftBuildArtifactsSdk Pull request: https://github.com/dotnet/sdk/pull/39786

Error Message

Fill the error message using step by step known issues guidance.

{
  "ErrorMessage": "Unhandled Exception: System.MissingMethodException: Method not found",
  "BuildRetry": false,
  "ExcludeConsoleLog": false
}

Known issue validation

Build: :mag_right: https://dev.azure.com/dnceng-public/public/_build/results?buildId=641468 Error message validated: [Unhandled Exception: System.MissingMethodException: Method not found] Result validation: :x: Known issue did not match with the provided build. Validation performed at: 4/17/2024 8:42:05 PM UTC

Report

Summary

24-Hour Hit Count 7-Day Hit Count 1-Month Count
0 0 0
MiYanni commented 5 months ago

Failure log details: image

MiYanni commented 5 months ago

So, I figured out what happened. The screenshot I linked above is what I originally thought the issue was. But that specific issue isn't the one that was problematic on 7.0.4xx. That issue only seems to exist in this branch merge PR from 8.0.3xx to main: https://github.com/dotnet/sdk/pull/39786