nuget - Build using TeamCity: Failed to start MSBuild; please specify a nuspec or project file to use -
i'm trying build website in teamcity, first build step "starting msbuild" failing.it seems command trying install nuget, complaining there no nuspec or project file specified.
i have "nuget.targets" file , code compiles fine outside of teamcity , think must setting missing, , not file need add maybe need add nuspec or project file? assuming do, how go doing that?
[exec] c:\teamcity\buildagent\work\61cf1fbc18b86c6f\.nuget\nuget.targets (109, 9): please specify nuspec or project file use.
i new teamcity (~3hrs); how resolve problem?
if build fails or behaves differntly in teamcity locally, recommended run build in working folder on agent machine under same user agent running. find more details here.
Comments
Post a Comment