-
Notifications
You must be signed in to change notification settings - Fork 124
Make dotnet CLI issue more visible in the docs #2128
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
Make dotnet CLI issue more visible in the docs #2128
Conversation
|
CI failure on mac seems infrastructure flakiness, see https://github.com/open-telemetry/opentelemetry-dotnet-instrumentation/actions/runs/4048439221/jobs/6963680274#step:7:10 Re-running it ... |
| #!/bin/sh | ||
|
|
||
| # guess OS_TYPE if not provided | ||
| OS_TYPE=${OS_TYPE:-} |
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.
Why this change?
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.
Ops, this was to be part of #2129 to keep the code consistent between the two scripts. Without that the script fails on if [ -z "$OS_TYPE" ]; then: it doesn't like that test without defining OS_TYPE first.
Co-authored-by: Fabrizio Ferri-Benedetti <[email protected]>
Why
Minimize the chances of people hitting known issues with self-contained and
dotnetCLI in particular.What
Added explicit text to README.md in the
Get startedsection.Tests
N/A.
Checklist
- [ ]CHANGELOG.mdis updated.- [ ] New features are covered by tests.