SSIS Project Builds in Visual Studio but not from Devenv Command Line -
i have visual studio solution 1 ssis project number of connection managers , packages. builds fine in visual studio. fails in our build automation system being built via devenv command line:
"d:\program files (x86)\microsoft visual studio 11.0\common7\ide\devenv.com" adsmetricsetl.sln /build release /project "adsmetricsetl" microsoft (r) microsoft visual studio 2012 version 11.0.61030.0. copyright (c) microsoft corp. rights reserved. ------ build started: project: adsmetricsetl, configuration: debug ------ ========== build: 0 succeeded or up-to-date, 1 failed, 0 skipped ========= command exit code: 1 i no errors build, "1 failed". don't see options on devenv increase verbosity. solution used build find in build automation system. made couple of minor changes 1 package , doesn't build @ all.
also, never noticed before why when command line says "/build release" building "configuration: debug"?
any thoughts?
one of connection managers inadvertently updated in process. have been helpful if build gave me indication of error. had go through subversion logs , inspect listed changed. when saw connection manager listed said "huh? didn't make changes connection manager..." reverted connection manager, committed , builds.
Comments
Post a Comment