Skip to content

Commit

Permalink
release guidelines update in projectcreator prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasdamsbo committed Feb 15, 2025
1 parent cd845b5 commit 841eaab
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions scripts/projectcreator.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 841eaab

Please sign in to comment.