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.
13 lines
246 B
YAML
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
|