Skip to content

Commit 14cb38f

Browse files
EMaherCopilot
andcommitted
refactor: inline Azure DevOps core template into prompt file
Combines src/templates/shared/identity-setup-azure-devops-core.md directly into the Azure DevOps prompt template, eliminating a level of indirection. The two dynamic tokens (ENVIRONMENTS_ARRAY_POWERSHELL/BASH) are now rendered directly in the prompt template. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 27196e1 commit 14cb38f

4 files changed

Lines changed: 449 additions & 459 deletions

File tree

scripts/embed-markdown-templates.mjs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,6 @@ const templates = [
2121
exportName: 'copilotConfigureOverridesPromptTemplate',
2222
path: 'src/templates/copilot/configure-overrides-prompt.md',
2323
},
24-
{
25-
exportName: 'azureDevOpsIdentitySetupCoreTemplate',
26-
path: 'src/templates/shared/identity-setup-azure-devops-core.md',
27-
},
2824
{
2925
exportName: 'githubActionsIdentityGuideTemplate',
3026
path: 'src/templates/identity/identity-guide-github-actions.md',

0 commit comments

Comments
 (0)