We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7292b05 commit a063149Copy full SHA for a063149
profile.ps1
@@ -25,7 +25,6 @@ if ($hasAppInsights) {
25
$SwModules = [System.Diagnostics.Stopwatch]::StartNew()
26
$ModulesPath = Join-Path $PSScriptRoot 'Modules'
27
$Modules = @('CIPPCore', 'CippExtensions', 'AzBobbyTables')
28
-
29
foreach ($Module in $Modules) {
30
$SwModule = [System.Diagnostics.Stopwatch]::StartNew()
31
try {
0 commit comments