TShock/appveyor.yml
Lucas Nicodemus fe25f8b3b2 Remove monomod dev build shims
This removes shims in-place to fetch monomod from outside of nuget,
since monomod has pushed the applicable versions to their primary nuget
repositories, and because the dev builds add unnecessary complexity to
the CI pipeline if kept in place.
2021-12-09 20:06:31 -08: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/net6.0
name: TShockAVDebug