Skip to content

Adding condition to GetFilesToSign #152

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 1 commit into from
Feb 7, 2022

Conversation

mattnorflus
Copy link
Contributor

Adding condition to GetFilesToSign to only include files if build configuration is Release.

This change is to support signing in the Android.SDK.Manager build pipeline. A condition was added for the signing ItemGroup to only create it if the $(Configuration) is a Release configuration. This is to handle the case where a solution file might build a debug configuration in a real sign build. The debug configuration will ignore the signing ItemGroup.

@mattnorflus mattnorflus requested a review from pjcollins February 4, 2022 20:45
@mattnorflus mattnorflus merged commit 85ae77f into main Feb 7, 2022
thsparks pushed a commit that referenced this pull request Mar 21, 2022
thsparks pushed a commit that referenced this pull request Apr 18, 2022
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