Publish the cDAC usage graph package - #132706
Open
max-charlamb wants to merge 1 commit into
Open
Conversation
|
Azure Pipelines: Successfully started running 3 pipeline(s). 13 pipeline(s) were filtered out due to trigger conditions. There may be pipelines that require an authorized user to comment /azp run to run. |
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the tools.cdac subset build definition so the CdacUsageGraph project is built/packed as part of the direct cDAC packing project list, ensuring the Microsoft.Diagnostics.DataContractReader.UsageGraph (non-shipping) package is produced by official builds.
Changes:
- Add
src/native/managed/cdac/tools/CdacUsageGraph/src/CdacUsageGraph/CdacUsageGraph.csprojto thetools.cdacsubset’s “Direct references to cDAC projects for packing” list.
Include CdacUsageGraph in the tools.cdac subset so official builds produce and publish the non-shipping package. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: 0ce5fe67-5901-4841-abbe-16f5285cdf4f
max-charlamb
force-pushed
the
maxcharlamb/publish-cdac-usagegraph
branch
from
August 24, 2026 16:31
aeff586 to
bb5a5b1
Compare
max-charlamb
requested review from
a team,
BrzVlad,
MichalStrehovsky,
akoeplinger,
ilonatommy,
jeffhandley,
kotlarmilos,
lewing,
maraf,
pavelsavara,
sbomer,
steveisok and
vitek-karas
as code owners
August 24, 2026 16:31
max-charlamb
requested review from
noahfalk and
rcj1
and removed request for
BrzVlad,
MichalStrehovsky,
akoeplinger,
ilonatommy,
jeffhandley,
kotlarmilos,
maraf,
sbomer and
vitek-karas
August 24, 2026 16:34
Contributor
|
Tagging subscribers to this area: @steveisok, @tommcdon, @dotnet/dotnet-diag |
max-charlamb
requested review from
steveisok
and removed request for
Copilot and
steveisok
August 24, 2026 16:35
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Include the CdacUsageGraph project in the tools.cdac subset's direct packing project list. The project is packable, but official VMR builds currently only encounter it through the usage tests, so Microsoft.Diagnostics.DataContractReader.UsageGraph is absent from the publish manifest. This ensures official builds produce the non-shipping package alongside the other DataContractReader packages.