Skip to content

Conversation

@ViktorHofer
Copy link
Member

@ViktorHofer ViktorHofer commented Mar 31, 2025

Fixes dotnet/source-build#4313

Now especially necessary as the RID specific publishing mode depends on TargetArchitecture being available in the inner repo build: https://github.com/dotnet/arcade/blob/700bde8a8f6b0cfba19d1429684d6bdcaf3e1930/src/Microsoft.DotNet.Arcade.Sdk/tools/Publish.proj#L116-L122

Fixes dotnet/source-build#4313

Now especially necessary as the RID specific publishing mode depends on TargetArchitecture being available in the inner repo build.
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot wasn't able to review any files in this pull request.

Files not reviewed (6)
  • src/SourceBuild/content/repo-projects/Directory.Build.props: Language not supported
  • src/SourceBuild/content/repo-projects/Directory.Build.targets: Language not supported
  • src/SourceBuild/content/repo-projects/emsdk.proj: Language not supported
  • src/SourceBuild/content/repo-projects/runtime.proj: Language not supported
  • src/SourceBuild/content/repo-projects/sdk.proj: Language not supported
  • src/SourceBuild/content/repo-projects/windowsdesktop.proj: Language not supported

@ghost ghost added Area-Infrastructure untriaged Request triage from a team member labels Mar 31, 2025
@ViktorHofer
Copy link
Member Author

/azp run sdk-unified-build-full

@dotnet dotnet deleted a comment from azure-pipelines bot Mar 31, 2025
@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@ViktorHofer
Copy link
Member Author

The failures are all expected. The "dotnet-sdk-public-ci" ones are due to repo specific issues that aren't impacted by this PR. Same for the "Final Join Build Pass" job which runs into disk space issues.

@ViktorHofer ViktorHofer merged commit 751a557 into main Mar 31, 2025
76 of 82 checks passed
@ViktorHofer ViktorHofer deleted the FlowTargetArchitectureToInnerrepos branch March 31, 2025 17:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Area-Infrastructure untriaged Request triage from a team member

Projects

None yet

Development

Successfully merging this pull request may close these issues.

TargetRid, TargetArchitecture and TargetOS should always be passed to repo projects

4 participants