Advertisement
Guest User

Untitled

a guest
Apr 23rd, 2014
221
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. <DeployOnBuild>true</DeployOnBuild>
  2.  
  3. <FilesToIncludeForPublish>OnlyFilesToRunTheApp</FilesToIncludeForPublish>
  4. <DeployOnBuild>true</DeployOnBuild>
  5. <DeployTarget>Package</DeployTarget>
  6. <PackageAsSingleFile>true</PackageAsSingleFile>
  7.  
  8. MSBuild C:MyProj.csproj /p:DeployOnBuild=true /p:PublishProfile=WebDeploy /p:CreatePackageOnPublish=True /p:VisualStudioVersion=11.0
  9.  
  10. Build started 07/04/2014 14:01:05.
  11. Project "C:MyProj.csproj" on node 1 (default targets).
  12. Build:
  13. Running Publish
  14. _DeploymentUnpublishable:
  15. Skipping unpublishable project.
  16. Done Building Project "C:MyProj.csproj" (default targets).
  17. Build succeeded.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement