msbuild - Visual Studio online build failing with 0 warnings and 0 errors -
i setting basic build bare bones webapi app, , getting failed build, without errors or warnings... how can figure out going wrong?
project "d:\a\1\s\my.project.api.sln" (1) building "d:\a\1\s\my.project.api\my.project.api.csproj" (2) on node 1 (default targets). _cleanrecordfilewrites: creating directory "obj\release\". done building project "d:\a\1\s\my.project.api\my.project.api.csproj" (default targets) -- failed. done building project "d:\a\1\s\my.project.api.sln" (default targets) -- failed. build failed. 0 warning(s) 0 error(s) time elapsed 00:00:00.15 ##[error]process 'msbuild.exe' exited code '1'.
even way can useful log or error message great!
edit: added /v:diag
build arguments verbose logging, isn't seeming help.
in build definition, there variable called system.debug
set false
. change true
@ template or @ time of triggering , debug lines written build tasks. inspect debug lines , might find issue.
Comments
Post a Comment