Dotnet publish failing

My Travis docker builds are failing and it appears it is because it errors running a dotnet publish. From the Travis logs:

The command ‘/bin/sh -c dotnet publish -c Release -o /app/out’ returned a non-zero code: 1

I’m using xenial and dotnet 2.1.300.

Anyone else having issues?

Thanks!
Jason