Advertisement
Guest User

Untitled

a guest
Dec 5th, 2016
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. xcopy configuration\Intelligize.MiddleLayer\*.* Source\UI\Intelligize.Web /y
  2. cd Source
  3. nuget restore Intelligize-apps.sln
  4. msbuild Intelligize-apps.sln
  5. cd UI/Intelligize.Web
  6. msbuild /t:package /p:configuration=Release/ /p:OutputPath=bin\Release
  7. msbuild .\deploy.xml /property:username=%dev-env-deploy-user%,password=%dev-env-deploy-password%,serverip=%dev-env-serverip%
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement