Skip to content

Conversation

@tpowelldev
Copy link

On macOS the mkdir invocation in the pester build scripts used to create the pester output and test result folders fails as below and instead creates a '-Force' folder.

mkdir: /Users/tom/Documents/Dev/tools/BuildOutput/testResults/QA: No such file or directory
mkdir: /Users/tom/Documents/Dev/tools/BuildOutput/testResults/QA: No such file or directory
mkdir: -Force: File exists

Using New-Item -ItemType Directory -Force instead works fine

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.

1 participant