-
Notifications
You must be signed in to change notification settings - Fork 647
[CI] Use an in-repo copy of devcerts installation script #8548
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
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.
Copilot reviewed 2 out of 5 changed files in this pull request and generated no comments.
Files not reviewed (3)
- tests/external-scripts/common.sh: Language not supported
- tests/external-scripts/ubuntu-create-dotnet-devcert.sh: Language not supported
- tests/helix/send-to-helix-inner.proj: Language not supported
Comments suppressed due to low confidence (1)
eng/pipelines/templates/BuildAndTest.yml:63
- Ensure the file path matches the actual location of the script. The README is placed in tests/external-scripts, so if the script is also there, the pipeline reference should be updated accordingly.
- script: $(Build.SourcesDirectory)/external-scripts/ubuntu-create-dotnet-devcert.sh
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.
Copilot reviewed 2 out of 5 changed files in this pull request and generated no comments.
Files not reviewed (3)
- tests/external-scripts/common.sh: Language not supported
- tests/external-scripts/ubuntu-create-dotnet-devcert.sh: Language not supported
- tests/helix/send-to-helix-inner.proj: Language not supported
Comments suppressed due to low confidence (1)
eng/pipelines/templates/BuildAndTest.yml:63
- Ensure that the local script 'ubuntu-create-dotnet-devcert.sh' is marked as executable in the repository (or explicitly set executable in the pipeline) to prevent CI failures.
script: $(Build.SourcesDirectory)/tests/external-scripts/ubuntu-create-dotnet-devcert.sh
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.
thanks
/backport to release/9.2 |
Started backporting to release/9.2: https://github.com/dotnet/aspire/actions/runs/14278420973 |
No description provided.