when the specified parameters on the msbuild command line are given arguments in the assembly definition,
/ p: Configuration = Release / p: VisualStudioVersion = 11.0 / P: UsePublishProfile = True / p: PublishProfile = CI / p: DeployOnBuild = true / p: DesktopBuildPackageLocation = .. \ Deployment \ Files \ Package \ SubcontractGenerator.zip
msbuild seems to ignore all options except / p: DeployOnBuild = true, so just create a package in the droplocation_publishedWebsites \ blah blah blah file.
My question is how to make the build process just create a package? because the CI publishing profile specified there is for package creation only.
source share