Skip to content

Commit

Permalink
Fix appveyor configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
huoyaoyuan committed Nov 25, 2019
1 parent e31e83d commit 23e1556
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -25,3 +25,4 @@ test:
except:
- '**\*Android*'
- '**\*iOS*'
- 'build\*'

0 comments on commit 23e1556

Please sign in to comment.