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 casing of Properties directory in updateAssemblyInfo.ps1 script #2189

Merged
merged 1 commit into from Jul 28, 2023

Conversation

mthalman
Copy link
Contributor

When attempting to invoke the updateAssemblyInfo.ps1 script from a Linux environment using PowerShell Core, it gets errors because the assembly info paths that are generated do not exist. This is because the generated path uses lowercase properties instead of the actual name that exists on disk: Properties. Unlike Windows, Linux file system is case-sensitive. This is fixed by using the correct casing.

This change is necessary to support .NET's source-build which builds this repo (see dotnet/source-build#3565).

@brentschmaltz brentschmaltz merged commit 620be62 into AzureAD:dev Jul 28, 2023
1 check passed
@mthalman mthalman deleted the patch-1 branch July 28, 2023 18:28
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.

None yet

3 participants