feat: populate root Setup-TemplateVM.ps1 (convenience copy of template/Setup-TemplateVM.ps1)

This commit is contained in:
Simone
2026-05-09 00:05:49 +02:00
parent 97a852c9f3
commit 2f6add1fab
2 changed files with 663 additions and 3 deletions
+4 -2
View File
@@ -69,9 +69,11 @@ Ogni build gira in una VM Windows Server 2025 **usa e getta**, ripristinata dall
│ ├── Get-BuildArtifacts.ps1 # Copia artifacts dall'host
│ └── Remove-BuildVM.ps1 # Stop + rimozione VM clone
├── Setup-TemplateVM.ps1 # Installazione toolchain nella VM (copia conveniente)
├── template/
│ ├── Prepare-TemplateSetup.ps1 # Provisioning automatico template VM
│ └── Setup-TemplateVM.ps1 # Installazione toolchain nella VM
│ ├── Prepare-TemplateSetup.ps1 # Provisioning automatico template VM (HOST-side)
│ └── Setup-TemplateVM.ps1 # Installazione toolchain nella VM (guest-side)
├── gitea/
│ ├── workflows/