15 lines
386 B
YAML
15 lines
386 B
YAML
version: '{build}'
|
|
max_jobs: 16
|
|
image: Visual Studio 2022
|
|
build_script:
|
|
- ps: >-
|
|
git submodule update --init --recursive
|
|
|
|
dotnet nuget add source https://pkgs.dev.azure.com/MonoMod/MonoMod/_packaging/DevBuilds%40Local/nuget/v3/index.json -n DevBuilds@Local
|
|
|
|
dotnet build TShock.sln
|
|
|
|
dotnet test
|
|
artifacts:
|
|
- path: ./TShockLauncher/bin/Debug/net6.0
|
|
name: TShockAVDebug
|