mirror of
https://github.com/WWhiteDreamProject/wwdpublic.git
synced 2026-04-17 21:48:58 +03:00
# Description Adds several scripts to make building and running the projects easier outside of an IDE.
10 lines
262 B
Bash
Executable File
10 lines
262 B
Bash
Executable File
cd ../../
|
|
|
|
mkdir Scripts/logs
|
|
|
|
rm Scripts/logs/Content.YAMLLinter.log
|
|
dotnet run --project Content.YAMLLinter/Content.YAMLLinter.csproj -c DebugOpt -- NUnit.ConsoleOut=0 > Scripts/logs/Content.YAMLLinter.log
|
|
|
|
echo "Tests complete. Press enter to continue."
|
|
read
|