sap-commerce-tools / ccv2-project-template

Opinionated starter template for any CCv2 project
48 stars 28 forks source link

Build fails on Windows due to Config Symlinks #27

Closed cdavidowski closed 1 year ago

cdavidowski commented 1 year ago

The build fails on windows due to the symlinks created in local-config being created as directory symlinks (/d flag). Removing the /d flag from the mklink command fixes the issue.

Here are the docs from Microsoft on the mklink command showing that the /d flag is for a directory symlink - https://learn.microsoft.com/en-us/windows-server/administration/windows-commands/mklink