mono / linux-packaging-msbuild

MIT License
22 stars 19 forks source link

Publishing AspNet Web Project is unsupported #9

Open junalmeida opened 5 years ago

junalmeida commented 5 years ago

In linux, why msbuild doesn't support publishing (with a pubxml) a web project (mvc)?

Msbuild outputs "Skipping unpublishable project" probably from this code Line 5213.

paulinosantos commented 4 years ago

I am trying to run msbuild on mono with a publish profile and it seems to ignore it: msbuild ./Api.csproj -p:Configuration=Release;PublishProfile=MyProfile

mmanna3 commented 4 years ago

I am having the same problem. Could any of you solve this?

paulinosantos commented 4 years ago

Sorry. I was never able to solve this.