mirror of
https://github.com/WWhiteDreamProject/wwdpublic.git
synced 2026-04-17 13:37:47 +03:00
# Description Adds several scripts to make building and running the projects easier outside of an IDE.
9 lines
216 B
Batchfile
Executable File
9 lines
216 B
Batchfile
Executable File
cd ..\..\
|
|
|
|
mkdir Scripts\logs
|
|
|
|
del Scripts\logs\Content.YAMLLinter.log
|
|
dotnet run --project Content.YAMLLinter/Content.YAMLLinter.csproj -c DebugOpt -- NUnit.ConsoleOut=0 > Scripts\logs\Content.YAMLLinter.log
|
|
|
|
pause
|