c# - MSbuild Package via Command line not including all my Assemblies -


i trying setup deploy script publish of our website rather have open vs deploy/publish.

when publish via vs include referenced assemblies correctly when via command line not. @ lose missing

my msbuild command is:

msbuild "myproject.csproj" /t:package;resolvereferences /p:configuration=debug /p:deployonbuild=true /p:deploytarget=msdeploypublish /p:createpackageonpublish=true     /p:msdeploypublishmethod=remoteagent /p:webprojectoutputdire="precompiled" 


Comments

Popular posts from this blog

delphi - How to convert bitmaps to video? -

jasper reports - Fixed header in Excel using JasperReports -

python - ('The SQL contains 0 parameter markers, but 50 parameters were supplied', 'HY000') or TypeError: 'tuple' object is not callable -