Skip to content

Commit

Permalink
Add config file path (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredfholgate authored Jun 6, 2024
1 parent 84cb1df commit f6fd651
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .config/ALZ-Powershell.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@
"pipeline_folder": "ci_cd",
"release_artefact_name": "starter_modules.zip",
"release_artefact_root_path": ".",
"release_artefact_ci_cd_path": "ci_cd"
"release_artefact_ci_cd_path": "ci_cd",
"release_artefact_config_file": ".config/ALZ-Powershell.config.json"

},
"bicep": {
Expand All @@ -45,7 +46,8 @@
"pipeline_folder": ".",
"release_artefact_name": "",
"release_artefact_root_path": ".",
"release_artefact_ci_cd_path": "."
"release_artefact_ci_cd_path": ".",
"release_artefact_config_file": ""
}
}
},
Expand Down

0 comments on commit f6fd651

Please sign in to comment.