Skip to content

Commit 1452ed4

Browse files
committed
fix(#194): update Sync-AgenticCopilotScaffold.psd1 and testing-policy.instructions.md
- remove outdated command from Sync-AgenticCopilotScaffold.psd1 - clarify testing policy instructions for script invocation
1 parent fcc5a1d commit 1452ed4

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

scripts/build/Sync-AgenticCopilotScaffold.psd1

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -270,6 +270,10 @@
270270
Old = '- issue'
271271
New = '- Issue'
272272
}
273+
@{
274+
Old = '- `pwsh -NoLogo -NoProfile -File ./run.ps1` before completion'
275+
New = ''
276+
}
273277
@{
274278
Old = '- `pwsh -NoLogo -NoProfile -File ./run.ps1`'
275279
New = ''

src/resources/agentic-copilot/.github/instructions/testing-policy.instructions.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,5 @@ Use this file when changing production code, tests, coverage behavior, or CI tes
3838
## Verification
3939

4040
- Targeted Pester file(s)
41-
- `./scripts/build/Invoke-ScriptAnalyzerCI.ps1` when PowerShell code changed before completion
41+
- `./scripts/build/Invoke-ScriptAnalyzerCI.ps1` when PowerShell code changed
42+

0 commit comments

Comments
 (0)