When building on windows via commandline (both cmd and pwsh), it would fail to find the Manialinks in FastestCP tests, and could also accidentally create a bunch of recursive folders while trying to copy said files.
Testing building via powershell on windows, by being in the git root, and running dotnet build
It now successfully finds the manialinks, and no longer recursively creates nested bin\Debug\net8.0 folders.
If someone on links could confirm that building still works, that would be most appreciated
When building on windows via commandline (both cmd and pwsh), it would fail to find the Manialinks in FastestCP tests, and could also accidentally create a bunch of recursive folders while trying to copy said files.
Testing building via powershell on windows, by being in the git root, and running
dotnet build
It now successfully finds the manialinks, and no longer recursively creates nested
bin\Debug\net8.0
folders.If someone on links could confirm that building still works, that would be most appreciated