-
Notifications
You must be signed in to change notification settings - Fork 27
Add Test-EntraScript to submodules #1454
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Learn Build status updates of commit 34ca9b4:
|
Learn Build status updates of commit b42dc47:
|
Learn Build status updates of commit e246bda:
|
} | ||
} | ||
foreach ($requiredCommand in $RequiredCommands) { | ||
if ($requiredCommand -notin $allCommandNames) { continue } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this logic correct? should we continue when a required command is not found?
} | ||
} | ||
process { | ||
if ($Path -and $Content) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
what happens when only path is provided?
} | ||
} | ||
foreach ($requiredCommand in $RequiredCommands) { | ||
if ($requiredCommand -notin $allCommandNames) { continue } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this logic correct? should we continue when a required command is not found?
Resolved by #1471 |
No description provided.