Update ScriptAnalyzerParams path to updated directory

This commit is contained in:
Wes Carroll
2019-02-19 20:17:40 -05:00
parent 88e56d51fd
commit 433a8ea400
+3 -1
View File
@@ -1,3 +1,5 @@
task . InstallDependencies, Analyze
task InstallDependencies {
Install-Module Pester -Force
Install-Module PSScriptAnalyzer -Force
@@ -5,7 +7,7 @@ task InstallDependencies {
task Analyze {
$scriptAnalyzerParams = @{
Path = "$BuildRoot\Functions\"
Path = "$BuildRoot\ZertoApiWrapper\"
Severity = @('Error', 'Warning')
Recurse = $true
Verbose = $false