Unable to determine reason for publish error
I get the following result when publishing my application (exe file to folder)
From looking at the console output, I am unable to determine what the issue is
4 Replies
If someone could help me see where it goes wrong, that would be greatly appreciated
oof that's a whole lot of warnings
try
dotnet publish
on the project instead?Yeah, its an old project. Lots of things to clean up
ok, I managed to track it down.
There is a warning, saying that there is different processing architectures between some projects. That causes the publish to fail
publish it from the cli
sometimes vs does weird stuff and doesnt properly show the error
and doing from the cli it does
like not including runtimeidentifiers etc