1
0

runTestsYAML.sh 486 B

1234567891011121314
  1. # SPDX-FileCopyrightText: 2024 gluesniffler <159397573+gluesniffler@users.noreply.github.com>
  2. # SPDX-FileCopyrightText: 2025 Aiden <28298836+Aidenkrz@users.noreply.github.com>
  3. #
  4. # SPDX-License-Identifier: AGPL-3.0-or-later
  5. cd ../../
  6. mkdir Scripts/logs
  7. rm Scripts/logs/Content.YAMLLinter.log
  8. dotnet run --project Content.YAMLLinter/Content.YAMLLinter.csproj -c DebugOpt -- NUnit.ConsoleOut=0 > Scripts/logs/Content.YAMLLinter.log
  9. echo "Tests complete. Press enter to continue."
  10. read