Skip to content

Conversation

@michaeltlombardi
Copy link
Collaborator

PR Summary

Prior to this change, the build.ps1 file didn't have executable permissions. This change updates the script with the following command to ensure that the script is executable from non-PowerShell shells:

git update-index --chmod=+x build.ps1

The packaging.ps1 script is already executable.

PR Context

The build.ps1 script is missing executable permissions, so invoking it from a shell other than PowerShell fails.

Prior to this change, the `build.ps1` file didn't have executable
permissions. This change updates the script with the following command
to ensure that the script is executable from non-PowerShell shells:

```sh
git update-index --chmod=+x build.ps1
```

The `packaging.ps1` script is already executable.
Copy link
Member

@andyleejordan andyleejordan left a comment

Choose a reason for hiding this comment

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

Thank you 😄

@andyleejordan andyleejordan added this pull request to the merge queue Dec 15, 2025
Merged via the queue into PowerShell:main with commit 83b2213 Dec 15, 2025
7 checks passed
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