To continue from my last post where we published the Test Results, it makes sense I should continue and package the site and create an artifact to use later with Release Management. I am going to edit the same build definition from the last blog post and add a new Command Line task from the catalogue […]
Continue reading
Tag Archives: dotnetcore

vsts-agent Build Definition for .NET Core (with Test Results)
The other day I cloned a .NET Core sample app MusicStore from GitHub to VSTS and wanted to configure a build definition and run unit and integration tests using hosted build agent. The Visual Studio Build Definition Template which I chose did not work out very well 😦 Clone the MusicStore to your Git Repo in the Code hub and it […]
Continue reading