mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 09:27:29 +08:00
Add nuget http cache
This commit is contained in:
parent
575b4db186
commit
3c6526bbd2
@ -5,6 +5,8 @@ dotnet_csproj:
|
||||
patch: true
|
||||
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
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user