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

Simplify analyzers packaging #1283

Merged

Conversation

thomaslevesque
Copy link
Member

Found an easier way ;)

<Pack>true</Pack>
<PackagePath>tools/%(Filename)%(Extension)</PackagePath>
</Content>
<Content Include="tools/*.ps1" Pack="true" PackagePath="tools/%(Filename)%(Extension)" />
Copy link
Member Author

Choose a reason for hiding this comment

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

This doesn't actually change anything; I just changed the elements to attributes, because it's less verbose.

@blairconrad blairconrad added this to the vNext milestone Dec 13, 2017
@blairconrad
Copy link
Member

That is much nicer. Thanks, @thomaslevesque!

@blairconrad blairconrad merged commit 0e7da9b into FakeItEasy:develop Dec 13, 2017
@thomaslevesque thomaslevesque deleted the simplify-analyzer-packaging branch December 13, 2017 13:03
@thomaslevesque
Copy link
Member Author

Thanks @blairconrad!

@blairconrad
Copy link
Member

This change has been released as part of FakeItEasy 4.4.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants