We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ab0b05 commit 84cb1dfCopy full SHA for 84cb1df
.config/ALZ-Powershell.config.json
@@ -34,13 +34,18 @@
34
"url": "https://github.com/Azure/alz-terraform-accelerator",
35
"module_path": "templates",
36
"pipeline_folder": "ci_cd",
37
- "release_artefact_name": "starter_modules.zip"
+ "release_artefact_name": "starter_modules.zip",
38
+ "release_artefact_root_path": ".",
39
+ "release_artefact_ci_cd_path": "ci_cd"
40
+
41
},
42
"bicep": {
43
"url": "https://github.com/Azure/ALZ-Bicep",
44
"module_path": ".",
45
"pipeline_folder": ".",
- "release_artefact_name": ""
46
+ "release_artefact_name": "",
47
48
+ "release_artefact_ci_cd_path": "."
49
}
50
51
0 commit comments