Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

AspnetPublishHandler with name "Custom" was not found when publishing ASP.NET 5 project to Docker

I am trying to publish a non-modified ASP.NET 5 project to my freshly installed Ubuntu 15.04 server, but I receive the following message:

An error occurred during publish. AspnetPublishHandler with name "Custom" was not found

I bound the server to the correct port with:

docker daemon -H 0.0.0.0:5555 &

The connection validation is successful. Anyone has an idea what could be wrong?

like image 709
Jannik Avatar asked Dec 18 '15 13:12

Jannik


1 Answers

Have you tried after the latest release? For some configuration combination the publish profile was getting generated incorrectly.

like image 107
Chrysalis Avatar answered Oct 02 '22 21:10

Chrysalis