From 841eaabce51a12456dbf7e339f6fe6a6e1403970 Mon Sep 17 00:00:00 2001 From: jonasdamsbo Date: Sat, 15 Feb 2025 18:36:00 +0100 Subject: [PATCH] release guidelines update in projectcreator prompt --- scripts/projectcreator.ps1 | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/scripts/projectcreator.ps1 b/scripts/projectcreator.ps1 index 456a824..49e84ae 100644 --- a/scripts/projectcreator.ps1 +++ b/scripts/projectcreator.ps1 @@ -668,18 +668,23 @@ if($verifySetup -eq "y") ################################################## prompt set up release in azure devops ################################################## write-host - write-host "Finally, you can choose to use the deploy.yml for releases, or use the manual Azure Devops Releases." + write-host "Finally, you can choose to use the deploy.yml for releases, or use the manual Azure Devops Releases" + write-host "Azure Devops Releases are separate from pipelines and the setup is more clean" write-host "If you're happy with using a deploy.yml for releases, skip these steps" write-host "If you want to use the manual Azure Devops Releases for releases, follow these steps" write-host " - You need to setup your release in Azure DevOps (See the development guide for help, link in readme.md):" write-host " - Go to your Azure DevOps project" write-host " - Pipelines > Releases > +New v > New release pipeline" - write-host " - Template > Select empty job > setup 2 stages:" - write-host " - - Stage 1: setup 7 tasks" + write-host " - Template > Select empty job > setup 4 stages:" + write-host " - - Stage 1: setup 1 task" + write-host " - - - Task 1: Setup a backupdb Azure CLI ps1 script task" + write-host " - - Stage 2: setup 7 tasks" write-host " - - - Task 1: Setup a Replace tokens Azure CLI ps1 script task" - write-host " - - - Task 2-6: Setup Terraform install/init/plan/validate/apply tasks" + write-host " - - - Task 2-6: Setup Terraform install/init/validate/plan/apply tasks" write-host " - - - Task 7: Setup a Set cloud ips Azure CLI ps1 script task" - write-host " - - Stage 2: setup 2 tasks" + write-host " - - Stage 3: setup 1 task" + write-host " - - - Task 1: Setup a migratedb 'Azure SQL Database deployment' task" + write-host " - - Stage 4: setup 2 tasks" write-host " - - - Step 1: Setup a Deploy webapp Azure App Service deploy task" write-host " - - - - write "+$resourceName+"webapp in app service name" write-host " - - - Step 2: Setup a Deploy apiapp Azure App Service deploy task"