Skip to content

Commit

Permalink
Merge branch 'development' into 782-add-vs2022-windows-defender
Browse files Browse the repository at this point in the history
  • Loading branch information
Splaxi authored Dec 4, 2023
2 parents 747b30e + 7265214 commit c1ee462
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/vsts-validate-psscriptanalyzer.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
Write-Host "Working on the machine named: $($env:computername)"
Write-Host "The user running is: $($env:UserName)"

$modules = @("PSFramework", "PSScriptAnalyzer", "Azure.Storage", "AzureAd", "PSNotification", "PSOAuthHelper", "ImportExcel")
$modules = @("PSFramework", "PSScriptAnalyzer", "Az.Storage", "AzureAd", "PSNotification", "PSOAuthHelper", "ImportExcel")

foreach ($item in $modules) {
$module = Get-Module -Name $item -ErrorAction SilentlyContinue
Expand Down

0 comments on commit c1ee462

Please sign in to comment.