Skip to content

Conversation

@dellis1972
Copy link
Contributor

@dellis1972 dellis1972 commented Oct 18, 2024

Context dotnet/maui#25207
Also

  1. Only import targets we actually need for a DTB
  2. re-order the targets to they run in the right places
  3. don't run targets we don't need to.
  4. move all design time files (as much as possible) to the designtime folder.

@dellis1972
Copy link
Contributor Author

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@dellis1972 dellis1972 marked this pull request as ready for review December 9, 2024 19:46
@dellis1972
Copy link
Contributor Author

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@dellis1972
Copy link
Contributor Author

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@dellis1972
Copy link
Contributor Author

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@dellis1972
Copy link
Contributor Author

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@dotnet dotnet deleted a comment from azure-pipelines bot Jan 21, 2025
@dotnet dotnet deleted a comment from azure-pipelines bot Jan 21, 2025
@dotnet dotnet deleted a comment from azure-pipelines bot Jan 21, 2025
@dotnet dotnet deleted a comment from azure-pipelines bot Jan 21, 2025
@dotnet dotnet deleted a comment from azure-pipelines bot Jan 21, 2025
@dotnet dotnet deleted a comment from azure-pipelines bot Jan 21, 2025
@dotnet dotnet deleted a comment from azure-pipelines bot Jan 21, 2025
@dotnet dotnet deleted a comment from azure-pipelines bot Jan 21, 2025
@dellis1972 dellis1972 marked this pull request as draft January 22, 2025 00:31
@dellis1972
Copy link
Contributor Author

Moving to #9700

@dellis1972 dellis1972 closed this Jan 22, 2025
@dellis1972 dellis1972 deleted the dtbrework branch January 22, 2025 08:46
per TargetFramework.
-->
<_DesignerIntermediateOutputPath Condition=" '$(_DesignerIntermediateOutputPath)' == '' And '$(_OuterIntermediateOutputPath)' != '' ">$(_OuterIntermediateOutputPath)</_DesignerIntermediateOutputPath>
<_DesignerIntermediateOutputPath Condition=" '$(_DesignerIntermediateOutputPath)' == '' And '$(_OuterIntermediateOutputPath)' != '' And '$(AndroidUseDesignerAssembly)' == 'True' And '$(DesignTimeBuild)' == 'true' ">$(_OuterIntermediateOutputPath)designtime\</_DesignerIntermediateOutputPath>
Copy link
Contributor

Choose a reason for hiding this comment

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

Doesn't this line need to come before line 47? Otherwise, this line will never execute, because line 47 will set $(_DesignerIntermediateOutputPath) first, preventing this line from executing.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I'll double check. Can we move the review to #9700 as it has all the tests running

@github-actions github-actions bot locked and limited conversation to collaborators Feb 22, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

do-not-merge PR should not be merged.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants