visual studio 2013 - Web application install using Installshield LE misses some files when built by msbuild (but not when built in the IDE) -
i have simple web application (mvc/web api, dev studio 2013)) have used included installshield le deployment. utilize primary output define target files.
if build in ide (dev studio), installation works fine (ie files deployed)
however, if build commandline using msbuild (as want on our build server) follows...
msbuild myapp.sln /t:rebuild /p:configuration=singleimage
the install builds ok, there files missing in target folder after installation run. missing files references added nuget..
eg microsoft.owin.host.systemweb, microsoft.practices.unity.configuration etc).
not of them missing, illustration include microsoft.practices.unity.dll, not other 2 unity related assemblies (ie microsoft.practices.unity.configuration.dll , microsoft.practices.unity.registrationbyconvention.dll).
i have no thought of else try. works fine when built in ide, not msbuild.
does have ideas here?
any help appreciated
msbuild visual-studio-2013 installshield installshield-le
No comments:
Post a Comment