Skip to content

Commit e8df57e

Browse files
author
Kapil Borle
committed
Remove explicit import of PSSA from build script
1 parent 39a8b1c commit e8df57e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

build.ps1

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -128,10 +128,7 @@ if ($Install)
128128

129129
if ($Test)
130130
{
131-
Import-Module PSScriptAnalyzer -ErrorAction Stop
132131
Import-Module -Name Pester -MinimumVersion 3.4.0 -ErrorAction Stop
133-
134-
135132
Function GetTestRunnerScriptContent($testPath)
136133
{
137134
$x = @"

0 commit comments

Comments
 (0)