These instructions assume a Kurios MEP/MEPP on 2015/09/11. Vary accordingly.
- Get latest dev and main
- Merge dev to main
- Open $/CDS1022/Kurios/main/src/Cds.Marketing.Kurios.sln
- Build the solution to make sure it build correctly and check it in
- Run
Publish
on the Cds.Marketing.Kurios.Web project and chooseFiles
from the list - 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
- Create a 20150911 directory in C:/Tfs/Cds/CDS1022/Kurios/deployments/qa
- Copy the zip from
6.
to C:/Tfs/Cds/CDS1022/Kurios/deployments/qa/20150911/Cds.Marketing.Kurios.QA.20150911.zip - Check the folder and zip into
TFS
- 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)
- Select the appropriate Azure subscription
- Select-AzureSubscription -SubscriptionName CDS_QA
- 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"