1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 16:07:24 +08:00
osu-lazer/appveyor.yml

12 lines
341 B
YAML
Raw Normal View History

2018-04-20 13:41:57 +08:00
clone_depth: 1
version: '{branch}-{build}'
2019-10-30 22:58:23 +08:00
image: Visual Studio 2019
test: off
2019-11-23 22:10:27 +08:00
before_build:
- ps: dotnet --info # Useful when version mismatch between CI and local
- ps: nuget restore -verbosity quiet # Only nuget.exe knows both new (.NET Core) and old (Xamarin) projects
build:
project: osu.sln
parallel: true
verbosity: minimal