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

An example in 'BUILDING.md' contains a typo that leads to an error #4207

Closed
x789 opened this issue Oct 1, 2022 · 0 comments · Fixed by #4208
Closed

An example in 'BUILDING.md' contains a typo that leads to an error #4207

x789 opened this issue Oct 1, 2022 · 0 comments · Fixed by #4208
Milestone

Comments

@x789
Copy link
Contributor

x789 commented Oct 1, 2022

BUILDING.md (as in commit 55ce203) states under the table that describes the build-tasks:

For example, the following command .\build.ps --target=Test --configuration=Release (PowerShell on Windows) will perform a full release build for all target frameworks and then execute the unit tests against each target.

Running that example in Windows 11 PowerShell and PowerShell 7.2.6 results in an error:

.\build.ps: The term '.\build.ps' is not recognized as a name of a cmdlet, function, script file, or executable program.

This is caused by a typo. The file is named build.ps1 and therefore the example should be changed.

There are no other occurences of build.ps inside the document. All other PowerShell examples refer to build.ps1.

@x789 x789 mentioned this issue Oct 1, 2022
@mikkelbu mikkelbu added this to the 4.0 milestone Oct 2, 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 a pull request may close this issue.

2 participants