Skip to content

Flow TargetArchitecture and TargetOS to inner repos - #48024

Merged
ViktorHofer merged 2 commits into
mainfrom
FlowTargetArchitectureToInnerrepos
Mar 31, 2025
Merged

Flow TargetArchitecture and TargetOS to inner repos#48024
ViktorHofer merged 2 commits into
mainfrom
FlowTargetArchitectureToInnerrepos

Conversation

@ViktorHofer

@ViktorHofer ViktorHofer commented Mar 31, 2025

Copy link
Copy Markdown
Member

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.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

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
Copy Markdown
Member Author

/azp run sdk-unified-build-full

@dotnet dotnet deleted a comment from azure-pipelines Bot Mar 31, 2025
@azure-pipelines

Copy link
Copy Markdown
Azure Pipelines successfully started running 1 pipeline(s).

Comment thread src/SourceBuild/content/repo-projects/sdk.proj
@ViktorHofer

Copy link
Copy Markdown
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
@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