Uh oh!
There was an error while loading. Please reload this page.
Fix test build error when BuildAsStandalone is true - #93457
Conversation
Build error of provider.ilproj test when BuildAsStandalone is true `EXEC : error : No entry point declared for executable` This is due to dotnet#92029 Restore OutputType to Library.
ghost
commented
Oct 13, 2023
Tagging subscribers to this area: @hoyosjs Issue DetailsBuild error of provider.ilproj test when BuildAsStandalone is true This is due to #92029
|
trylek
left a comment
There was a problem hiding this comment.
Thanks for fixing this, I'm however somewhat surprised why we need to explicitly specify the Library OutputType, I was under the impression that it's the default, why isn't the default logic kicking in here?
clamp03
commented
Oct 16, 2023
Actually, I don't know well about tests in dotnet/runtime. I am just guessing that runtime/src/tests/Directory.Build.props Line 199 in 139f45e |
clamp03
commented
Oct 17, 2023
clamp03
commented
Oct 17, 2023
CC @gbalykov Our internal CI fails for days because of this issue. Thank you. |
gbalykov
commented
Oct 17, 2023
@clamp03 thank you! |
Build error of provider.ilproj test when BuildAsStandalone is true
EXEC : error : No entry point declared for executableThis is due to #92029
Restore OutputType to Library.