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
Post a Comment