Skip to content

Instantly share code, notes, and snippets.

@malixsys
Last active September 10, 2015 18:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save malixsys/71dc56e7b7e42fafdd65 to your computer and use it in GitHub Desktop.
Save malixsys/71dc56e7b7e42fafdd65 to your computer and use it in GitHub Desktop.

CDS

These instructions assume a Kurios MEP/MEPP on 2015/09/11. Vary accordingly.

BUILDING

  1. Get latest dev and main
  2. Merge dev to main
  3. Open $/CDS1022/Kurios/main/src/Cds.Marketing.Kurios.sln
  4. Build the solution to make sure it build correctly and check it in
  5. Run Publish on the Cds.Marketing.Kurios.Web project and choose Files from the list
  6. Compress the contents of C:/tfs/Cds/CDS1022/Kurios/deployments/build to Cds.Marketing.Kurios.zip
  • Note that the zip should not contain a build directory
  1. Create a 20150911 directory in C:/Tfs/Cds/CDS1022/Kurios/deployments/qa
  2. Copy the zip from 6. to C:/Tfs/Cds/CDS1022/Kurios/deployments/qa/20150911/Cds.Marketing.Kurios.QA.20150911.zip
  3. Check the folder and zip into TFS

DEPLOYMENT

  1. Retrieve the target zip from TFS on your machine and put it in c:/temp on the common remote machine (i.e. aeumdevtfs02.cdscosadev.net)
  1. Select the appropriate Azure subscription
  • Select-AzureSubscription -SubscriptionName CDS_QA
  1. Run the following command to publish the web site:
  • Publish-AzureWebsiteProject -SkipAppData -DoNotDelete -Name "Kuriosqa" -Slot "staging" -Package "c:/temp/Cds.Marketing.Kurios.QA.20150911.zip"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment