Skip to content

Commit

Permalink
Disable PSSA analysis in build script
Browse files Browse the repository at this point in the history
  • Loading branch information
SeeminglyScience committed Apr 22, 2018
1 parent db847df commit a84b823
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PSLambda.build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ $script:Settings = @{
Name = $moduleName
Manifest = $manifest
Version = $manifest.Version
ShouldAnalyze = $true
ShouldAnalyze = $false
ShouldTest = $true
}

Expand Down

0 comments on commit a84b823

Please sign in to comment.