Skip to content

Commit 012e3fb

Browse files
StartAutomatingStartAutomating
authored andcommitted
Disabling Aspect Consolidation
1 parent cdbe7cd commit 012e3fb

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

PipeScript.psm1

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
2-
31
foreach ($file in (Get-ChildItem -Path "$psScriptRoot" -Filter "*-*" -Recurse)) {
42
if ($file.Extension -ne '.ps1') { continue } # Skip if the extension is not .ps1
53
if ($file.Name -match '\.[^\.]+\.ps1$') { continue } # Skip if the file is an unrelated file.

0 commit comments

Comments
 (0)