We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a04718 commit b163027Copy full SHA for b163027
.build.ps1
@@ -228,7 +228,7 @@ task cleanDocs -if (Test-Path $outputDocsPath) {
228
}
229
230
task newSession {
231
- Start-Process "powershell" -ArgumentList @('-noexit', "-command import-module $BuildRoot\out\psscriptanalyzer -verbose")
+ Start-Process "powershell" -ArgumentList @('-noexit', "-command import-module $modulePath -verbose")
232
233
234
# TODO fix building psv3
0 commit comments