Files
wwdpublic/Scripts/bat/runTests.bat
DEATHB4DEFEAT 790fe7d578 Build/Run Scripts from Parkstation (#6)
# Description

Adds several scripts to make building and running the projects easier
outside of an IDE.
2024-05-18 15:37:54 -07:00

9 lines
187 B
Batchfile
Executable File

cd ..\..\
mkdir Scripts\logs
del Scripts\logs\Content.Tests.log
dotnet test Content.Tests/Content.Tests.csproj -c DebugOpt -- NUnit.ConsoleOut=0 > Scripts\logs\Content.Tests.log
pause