1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-06 06:57:39 +08:00

Fix tests

This commit is contained in:
Dean Herbert 2018-07-18 18:00:04 +09:00
parent fb09385f51
commit 6254f4e0f7
2 changed files with 1 additions and 2 deletions

View File

@ -13,8 +13,6 @@ install:
before_build:
- cmd: CodeFileSanity.exe
- cmd: nuget restore -verbosity quiet
environment:
TargetFramework: net471
build:
project: osu.sln
parallel: true

View File

@ -16,6 +16,7 @@
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.7.2" />
<PackageReference Include="NUnit" Version="3.10.1" />
<PackageReference Include="NUnit3TestAdapter" Version="3.10.0" />
<PackageReference Include="Appveyor.TestLogger" Version="2.0.0" />
</ItemGroup>
<ItemGroup>
<Compile Include="..\osu.Game\Tests\VisualTestRunner.cs">