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/net9.0
|
|
name: TShockAVDebug
|