Skip to content

Commit 71ff620

Browse files
Add Pester build system
Supersedes #163 Co-Authored-By: blue <playbynumbers@gmail.com>
1 parent c2a19ae commit 71ff620

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

support/PowerShell.sublime-build

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,9 @@
1616
"cmd": ["powershell.exe", "-NoProfile", "-ExecutionPolicy", "Bypass", "-File", "$file"],
1717
},
1818
},
19+
{
20+
"name": "Pester",
21+
"cmd": ["pwsh", "-NoProfile", "-ExecutionPolicy", "Bypass", "-Command", "Invoke-Pester"],
22+
}
1923
],
2024
}

0 commit comments

Comments
 (0)