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

Fix appveyor configuration

This commit is contained in:
Huo Yaoyuan 2019-11-25 17:14:35 +08:00
parent e31e83deaa
commit de3079d8e9

View File

@ -6,7 +6,7 @@ dotnet_csproj:
file: 'osu.Game\osu.Game.csproj' # Use wildcard when it's able to exclude Xamarin projects
version: '0.0.{build}'
cache:
- '%LOCALAPPDATA%\NuGet\v3-cache' -> appveyor.yml
- '%LOCALAPPDATA%\NuGet\v3-cache -> appveyor.yml'
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
@ -25,3 +25,4 @@ test:
except:
- '**\*Android*'
- '**\*iOS*'
- 'build\**\*'