Ella Hathaway
Ella Hathaway
@dotnet/source-build-internal is not tagged as a code owner for [SourceBuildPrebuiltBaseline.xml](https://github.com/dotnet/command-line-api/blob/main/eng/SourceBuildPrebuiltBaseline.xml). It would be helpful to create a [CODEOWNERS file](https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners?algolia-query=code%20owners) and include source-build-internal on SB files. For reference, Aspnet does this...
In an effort to improve the pipeline jobs in the `source-build-reference-packages` (SBRP) repository, there is a requirement to integrate a testing step into the `source-build.yml` steps template. However, modifying the...
@dotnet/source-build-internal is not tagged as a code owner for [SourceBuildPrebuiltBaseline.xml](https://github.com/dotnet/deployment-tools/blob/main/eng/SourceBuildPrebuiltBaseline.xml). It would be helpful to create a [CODEOWNERS file](https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners?algolia-query=code%20owners) and include source-build-internal on SB files. For reference, Aspnet does this...
Closes https://github.com/dotnet/source-build/issues/4093 This PR introduces changes that allow the SDK diff and License scan pipelines to publish PRs updating the artifacts (exclusions and baselines) upon completion of pipeline runs for...
*Edited to reflect @lbussell's [comment](https://github.com/dotnet/installer/issues/17888#issuecomment-1832352700) The CI currently uses Fedora 36, among other end-of-life OSes. These should be updated to the most recent versions. The list includes: - Fedora 36...
A new binary scanner was built as part of https://github.com/dotnet/source-build/issues/4089. This scanner replaced the binary scanner that currently exists in arcade-services. Therefore, the binary scanner in arcade-services can be removed...
Related to https://github.com/dotnet/installer/pull/19434#discussion_r1586857580 This PR introduces changes to the file structure of the assets and baselines. The changes group the files by category/test so that the automation of PRs based...
Fixes https://github.com/dotnet/dotnet-docker-internal/issues/5024 and https://github.com/dotnet/dotnet-docker-internal/issues/5026 Will update the PR description when I'm ready to publish.
Closes https://github.com/dotnet/source-build/issues/4465 This PR adds a Mono Stage 2 Leg to dotnet-source-build. [Here is an example run of the pipeline](https://dev.azure.com/dnceng/internal/_build/results?buildId=2474196&view=results) with the proposed changes (internal Microsoft link).
Closes https://github.com/dotnet/dotnet-docker/issues/5838 Introduces schema tag tests (the second half of the static tag tests). I have introduced three new types of tests in this PR: 1. Product Tag Tests- tests...