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

Enable tests.

This commit is contained in:
Huo Yaoyuan 2019-11-23 23:13:30 +08:00
parent 8479f8531e
commit fbb83045f3

View File

@ -1,7 +1,6 @@
clone_depth: 1
version: '{branch}-{build}'
image: Visual Studio 2019
test: off
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
@ -9,3 +8,8 @@ build:
project: osu.sln
parallel: true
verbosity: minimal
test:
assemblies:
except:
- '**\*Android*'
- '**\*iOS*'