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

Bash version of updateAssemblyInfo script #2211

Merged
merged 3 commits into from
Aug 22, 2023
Merged

Conversation

mthalman
Copy link
Contributor

@mthalman mthalman commented Aug 8, 2023

This defines a Bash version of the existing updateAssemblyInfo.ps1 script. Since there are already existing Bash versions of the build and test scripts, it made sense to follow that pattern here as well.

This accommodates .NET's source-build requirements which disallow the dependency on PowerShell because it's not buildable from source by Linux distros. The implementation in this script is necessary for .NET's source-build in order to set the assembly versions correctly (see dotnet/source-build#3565).

@jennyf19
Copy link
Collaborator

jennyf19 commented Aug 8, 2023

@mthalman Thanks for the contribution...could you target dev7 branch instead? Thx.

@mthalman mthalman changed the base branch from dev to dev7 August 9, 2023 12:36
@mthalman mthalman marked this pull request as draft August 11, 2023 20:24
@mthalman
Copy link
Contributor Author

Converted to a draft. I need to make some more changes so that this will run in Alpine Linux.

This allows it work in BusyBox where grep doesn't have support for Perl
regex syntax
@mthalman mthalman marked this pull request as ready for review August 18, 2023 19:31
@jennyf19 jennyf19 added this to the 7.0.0-preview4 milestone Aug 21, 2023
@jennyf19
Copy link
Collaborator

Thanks @mthalman

@jennyf19 jennyf19 merged commit 6968590 into AzureAD:dev7 Aug 22, 2023
@jennyf19
Copy link
Collaborator

Included in preview4 release

@mthalman mthalman deleted the versioning branch August 30, 2023 12:43
brentschmaltz pushed a commit that referenced this pull request Sep 6, 2023
* Bash version of updateAssemblyInfo script

* Remove dependency on xmllint tool which might not exist in environment

* Replace grep with sed

This allows it work in BusyBox where grep doesn't have support for Perl
regex syntax
brentschmaltz pushed a commit that referenced this pull request Sep 7, 2023
* Bash version of updateAssemblyInfo script

* Remove dependency on xmllint tool which might not exist in environment

* Replace grep with sed

This allows it work in BusyBox where grep doesn't have support for Perl
regex syntax
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.

3 participants