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

Fix invalid dependency on updateAssemblyInfoFilename input #316

Merged
merged 7 commits into from
Feb 5, 2021

Conversation

chris-codeflow
Copy link
Contributor

Fixed invalid dependency on updateAssemblyInfoFilename input.

Changed GitVersionTool.getArguments to check and use the updateAssemblyInfoFilename input string only if it's not empty. This allows the execute task users to use the updateAssemblyInfo input in isolation, resulting in the GitVersion tool's default behaviour of recursively searching for and updating all 'AssemblyInfo.cs' files in the Git repository.

Fixes issue #125.

@chris-codeflow chris-codeflow changed the title Bug 125 Fix invalid dependency on updateAssemblyInfoFilename input Jan 24, 2021
@chris-codeflow
Copy link
Contributor Author

Hello @arturcic. Bug fix PR ready for review.

@arturcic arturcic self-assigned this Jan 26, 2021
@chris-codeflow
Copy link
Contributor Author

Please can you 'squash commit' this PR (when complete) to avoid all the 'merge' commits. I will sort my fork out to avoid this in the future.

@arturcic arturcic merged commit 51d434d into GitTools:main Feb 5, 2021
@arturcic
Copy link
Member

arturcic commented Feb 5, 2021

@chris-codeflow thank you so much for your contributions 👍

@arturcic arturcic linked an issue Feb 5, 2021 that may be closed by this pull request
@chris-codeflow chris-codeflow deleted the bug-125 branch February 5, 2021 16:20
@chris-codeflow
Copy link
Contributor Author

Thanks @asbjornu and @arturcic for completing the PR review.

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.

AssemblyInfoFilename file not found
3 participants