TShock/appveyor.yml
2025-01-11 11:19:16 +10:00

13 lines
246 B
YAML

version: '{build}'
max_jobs: 16
image: Visual Studio 2022
build_script:
- ps: >-
git submodule update --init --recursive
dotnet build TShock.sln
dotnet test
artifacts:
- path: ./TShockLauncher/bin/Debug/net9.0
name: TShockAVDebug