EvoEsports / EvoSC-sharp

Next generation server controller for Trackmania written in C# using modern .NET
https://evosc.io
GNU General Public License v3.0
20 stars 13 forks source link

Replace ** and Recursivedir for FastestCP test #300

Closed flaeri closed 1 month ago

flaeri commented 1 month ago

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

sonarcloud[bot] commented 1 month ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud