I'm trying to build my project from dotnet CLI. I'm using dotnet build and it fails. How to reproduct: Create a simple console application using Visual Studio t
I tried to publish my dotnet app using dotnet publish --output publish --configuration Release but the result not as expected because the last
I have a .net framework 4.7.2 web API assembly that I've been building for a while using the command: dotnet build 'D:\proj\folder\main\source\MyProj.We
I'm trying to add bootstrap to a new dotnet core razor app. C:\dev\core>dotnet --version 2.1.302 I created the project with the command below and have mad
dotnet test uses trx output by default. I am using trx2junit to convert it to junit, but this complicates CI setup. Is it possible to output test report in juni