mirror of
https://github.com/ppy/osu.git
synced 2024-12-13 08:23:20 +08:00
Fix appveyor configuration
This commit is contained in:
parent
e31e83deaa
commit
de3079d8e9
@ -6,7 +6,7 @@ dotnet_csproj:
|
|||||||
file: 'osu.Game\osu.Game.csproj' # Use wildcard when it's able to exclude Xamarin projects
|
file: 'osu.Game\osu.Game.csproj' # Use wildcard when it's able to exclude Xamarin projects
|
||||||
version: '0.0.{build}'
|
version: '0.0.{build}'
|
||||||
cache:
|
cache:
|
||||||
- '%LOCALAPPDATA%\NuGet\v3-cache' -> appveyor.yml
|
- '%LOCALAPPDATA%\NuGet\v3-cache -> appveyor.yml'
|
||||||
before_build:
|
before_build:
|
||||||
- ps: dotnet --info # Useful when version mismatch between CI and local
|
- 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
|
- ps: nuget restore -verbosity quiet # Only nuget.exe knows both new (.NET Core) and old (Xamarin) projects
|
||||||
@ -25,3 +25,4 @@ test:
|
|||||||
except:
|
except:
|
||||||
- '**\*Android*'
|
- '**\*Android*'
|
||||||
- '**\*iOS*'
|
- '**\*iOS*'
|
||||||
|
- 'build\**\*'
|
||||||
|
Loading…
Reference in New Issue
Block a user