File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18,11 +18,11 @@ copilot plugin install psmodule-process
1818Install the plugin directly from this repository:
1919
2020``` console
21- copilot plugin install PSModule/Process-PSModule:.github/plugin/plugins/ psmodule-process
21+ copilot plugin install PSModule/Process-PSModule:.github/plugin/psmodule-process
2222```
2323
2424The plugin provides the
25- [ ` pester-migration ` ] ( ./plugins/ psmodule-process/skills/pester-migration/SKILL.md )
25+ [ ` pester-migration ` ] ( ./psmodule-process/skills/pester-migration/SKILL.md )
2626skill for migrating every Pester test set in a PSModule repository to Pester
27276.1.0. Verify the installation with:
2828
@@ -33,4 +33,4 @@ copilot plugin list
3333
3434The marketplace catalog is in [ ` marketplace.json ` ] ( ./marketplace.json ) , and
3535plugin metadata is in
36- [ ` plugin.json ` ] ( ./plugins/ psmodule-process/plugin.json ) .
36+ [ ` plugin.json ` ] ( ./psmodule-process/plugin.json ) .
Original file line number Diff line number Diff line change 1313 "name" : " psmodule-process" ,
1414 "description" : " PSModule process guidance and reusable skills for PowerShell module repositories." ,
1515 "version" : " 1.0.0" ,
16- "source" : " plugins/ psmodule-process"
16+ "source" : " psmodule-process"
1717 }
1818 ]
1919}
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ copilot plugin install psmodule-process
1616Then use its reusable ` pester-migration ` agent skill to migrate every Pester
1717test set in a PSModule repository. For direct installation during development,
1818use `copilot plugin install
19- PSModule/Process-PSModule:.github/plugin/plugins/ psmodule-process`. It is
19+ PSModule/Process-PSModule:.github/plugin/psmodule-process`. It is
2020written for Pester ** 6.1.0** and distinguishes required compatibility changes
2121from optional v6 modernization.
2222
You can’t perform that action at this time.
0 commit comments