I\'m attempting to use the build system in VSTS to build and deploy a c# .net web app. I\'ve created a new single-project solution (as there doesn\'t seem to be any way to speci
Using .Net Core step/task instead. (Command: publish; Arguments: --configuration $(BuildConfiguration) --output $(build.artifactstagingdirectory))
Similar issue: VSTS fails to build my really really simple ASP.NET Core app