Some jobs in quarantined-test-pr failing silently
- Dominant language
- C#
- Stars
- 38.4k
- Forks
- 10.9k
- Avg merge
- 2d 10h
- Merged PRs (30d)
- 281
Description
e.g. on Linux:
> /mnt/vss/_work/1/s/.dotnet/sdk/10.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets(262,5): error NETSDK1085: The 'NoBuild' property was set to true but the 'Build' target was invoked. [/mnt/vss/_work/1/s/src/Framework/App.Runtime/src/Microsoft.AspNetCore.App.Runtime.Composite.sfxproj]
/mnt/vss/_work/1/s/.dotnet/sdk/10.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets(262,5): error NETSDK1085: The 'NoBuild' property was set to true but the 'Build' target was invoked. [/mnt/vss/_work/1/s/src/Framework/App.Runtime/src/Microsoft.AspNetCore.App.Runtime.sfxproj]
Likely related to passing --no-build on the command line. This causes no tests to run, and the job to silently pass because this step continues on error.
Contributor guide
Assessment
This issue has not been assessed yet.