File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ copilot plugin install psmodule-process
1313```
1414
1515The plugin provides the
16- [ ` pester-migration ` ] ( ../.. /plugins/psmodule-process/skills/pester-migration/SKILL.md )
16+ [ ` pester-migration ` ] ( ./plugins/psmodule-process/skills/pester-migration/SKILL.md )
1717skill for migrating every Pester test set in a PSModule repository to Pester
18186.1.0. Verify the installation with:
1919
@@ -24,4 +24,4 @@ copilot plugin list
2424
2525The marketplace manifest is
2626[ ` marketplace.json ` ] ( ./marketplace.json ) ; plugin metadata is in
27- [ ` plugin.json ` ] ( ../.. /plugins/psmodule-process/plugin.json ) .
27+ [ ` plugin.json ` ] ( ./plugins/psmodule-process/plugin.json ) .
Original file line number Diff line number Diff line change 1212 "name" : " psmodule-process" ,
1313 "description" : " PSModule process guidance and reusable skills for PowerShell module repositories." ,
1414 "version" : " 1.0.0" ,
15- "source" : " plugins/psmodule-process"
15+ "source" : " .github/plugin/ plugins/psmodule-process"
1616 }
1717 ]
1818}
You can’t perform that action at this time.
0 commit comments