Skip to content

Commit 8b4b8ea

Browse files
author
Kapil Borle
committed
Add default and release task
1 parent 0cf4446 commit 8b4b8ea

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.build.ps1

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,3 +228,7 @@ task cleanDocs -if (Test-Path $outputDocsPath) {
228228
task newSession {
229229
Start-Process "powershell" -ArgumentList @('-noexit', '-command "import-module c:\users\kabawany\source\repos\psscriptanalyzer\out\psscriptanalyzer"')
230230
}
231+
232+
# TODO fix building psv3
233+
task release cleanModule, clean, build, createModule, buildDocs
234+
task . build, newSession

0 commit comments

Comments
 (0)