Skip to content

Instantly share code, notes, and snippets.

@nicopaez
Created December 5, 2016 11:57
Show Gist options
  • Save nicopaez/8130570a2da4e513f2dd75a888fd48ac to your computer and use it in GitHub Desktop.
Save nicopaez/8130570a2da4e513f2dd75a888fd48ac to your computer and use it in GitHub Desktop.
xcopy configuration\Intelligize.MiddleLayer\*.* Source\UI\Intelligize.Web /y
cd Source
nuget restore Intelligize-apps.sln
msbuild Intelligize-apps.sln
cd UI/Intelligize.Web
msbuild /t:package /p:configuration=Release/ /p:OutputPath=bin\Release
msbuild .\deploy.xml /property:username=%dev-env-deploy-user%,password=%dev-env-deploy-password%,serverip=%dev-env-serverip%
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment