-
Notifications
You must be signed in to change notification settings - Fork 183
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
Consume DevOps Logging #1039
Consume DevOps Logging #1039
Conversation
eng/scripts/Verify-And-Merge-PRs.ps1
Outdated
@@ -5,25 +5,7 @@ param( | |||
[switch]$devOpsLogging = $false |
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.
I think we can eliminate this parameter as well now.
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.
One comment but looks good otherwise.
23b98ca
to
6ba524c
Compare
Write-Error "$args" | ||
} | ||
} | ||
. "${PSScriptRoot}..\common\scripts\logging.ps1" |
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.
nit: PowerShell conventions would make this Logging.ps1
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.
Renaming in git where the only change is a case change ends up causing more troubles than benefit. I'll just leave this.
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.
Yes we can potentially clean some of this up with #829.
/check-enforcer override |
Consume DevOps Logging from eng\common\scripts\logging.ps1