Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tilee/refactor props #1525

Merged
merged 8 commits into from
Jan 4, 2020
Merged

Tilee/refactor props #1525

merged 8 commits into from
Jan 4, 2020

Conversation

TimothyMothra
Copy link
Member

@TimothyMothra TimothyMothra commented Jan 3, 2020

Fix Issue #1214.

Changes

  • All csprojs now import the common Project.props or Test.props. I will continue moving properties from project-specific files to these common files.
  • Remove project-based imports of any common props file.
  • Fixed a test that was checking the assembly version of a TestClass Assembly instead of the product Assembly.

Notes for reviewers:

  • We support comment build triggers
    • /AzurePipelines run will queue all builds
    • /AzurePipelines run <pipeline-name> will queue a specific build

@@ -1,5 +1,6 @@
<Project ToolsVersion="15.0" Sdk="Microsoft.NET.Sdk">
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildProjectDirectory), 'Test.props'))\Test.props" />
Copy link
Member

Choose a reason for hiding this comment

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

Do we plan to extract this to a common place? (or merged with $(PropsRoot)\Test.props?)

Copy link
Member Author

Choose a reason for hiding this comment

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

I'm slowly migrating all of these legacy props to the newer PropsRoot.
My goal is to remove the legacy ones and have all projects using the common props

@TimothyMothra TimothyMothra merged commit faf9be3 into develop Jan 4, 2020
@TimothyMothra TimothyMothra deleted the tilee/refactor_props branch January 4, 2020 00:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants