Hacker News new | ask | show | jobs
by colemickens 3533 days ago
>Did you put it on your build server without installing Visual Studio on it?

Huh?

`docker run microsoft/dotnet`. Took about 2 seconds to get it running on my Jenkins build server. In reality, it took literally no effort. My entire full stack app requires `make` and `docker` to build and nothing else. The backend is an AspNetCore API.