Skip to content

Use PowerShell-core compatible commands for directory creation

What does this MR do?

Uses standard commands for directory creation to make it powershell core compatible.

Why was this MR needed?

Directory creation is not working under powershell core due to lack of md command.

Are there points in the code the reviewer needs to double check?

No.

Does this MR meet the acceptance criteria?

  • Documentation created/updated
  • Added tests for this feature/bug
  • In case of conflicts with master - branch was rebased

What are the relevant issue numbers?

Merge request reports

Loading