Skip to content

Add check to signing builds for strong name signature #2790

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

Merged
merged 2 commits into from
Aug 24, 2016

Conversation

cormacpayne
Copy link
Member

Fix for issue #2762

@@ -258,6 +258,8 @@
ContinueOnError="false"
Condition="!$(DelaySign) and '@(DelaySignedAssembliesToSign)' != ''"/>

<Exec Command="$(MSBuildProjectDirectory)\tools\CheckStrongNameSignature.ps1"/>
Copy link
Member

Choose a reason for hiding this comment

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

Copy link
Contributor

Choose a reason for hiding this comment

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

@cormacpayne any reason we need the ps1 file, rather than adding the same code in the ValidateStrongNameSignatureTask ?

@markcowl
Copy link
Member

@cormacpayne
Copy link
Member Author

@markcowl markcowl merged commit 5023f35 into Azure:dev Aug 24, 2016
@cormacpayne cormacpayne deleted the strong-name-check branch August 29, 2016 19:55
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.

4 participants