I have a created an empty ASP.NET Core 2.2 project in Visual Studio and I manage to build it.
Now I need to build that ASP.NET project in a build server like Jenkins, which has a MSBuild plug in.
I have tried to search in Stackoverflow for a solution, but the only closest post I could get is this: Build a solution with an ASP.NET Core project on a build server
Is it possible to build ASP.NET Core project with powershell and publish wwwroot to a specific location?
If yes, could you provide an example?