mirror of
https://github.com/ppy/osu.git
synced 2024-12-13 05:22:54 +08:00
Disable caches
This commit is contained in:
parent
674da3ab91
commit
fa1106affe
@ -2,11 +2,6 @@ clone_depth: 1
|
|||||||
version: '{branch}-{build}'
|
version: '{branch}-{build}'
|
||||||
image: Visual Studio 2017
|
image: Visual Studio 2017
|
||||||
configuration: Debug
|
configuration: Debug
|
||||||
cache:
|
|
||||||
- C:\ProgramData\chocolatey\bin -> appveyor.yml
|
|
||||||
- C:\ProgramData\chocolatey\lib -> appveyor.yml
|
|
||||||
- inspectcode -> appveyor.yml
|
|
||||||
- packages -> **\packages.config
|
|
||||||
install:
|
install:
|
||||||
- cmd: git submodule update --init --recursive --depth=5
|
- cmd: git submodule update --init --recursive --depth=5
|
||||||
- cmd: choco install resharper-clt -y
|
- cmd: choco install resharper-clt -y
|
||||||
|
@ -2,8 +2,6 @@ clone_depth: 1
|
|||||||
version: '{build}'
|
version: '{build}'
|
||||||
skip_non_tags: true
|
skip_non_tags: true
|
||||||
image: Visual Studio 2017
|
image: Visual Studio 2017
|
||||||
cache:
|
|
||||||
- '%USERPROFILE%\.nuget\packages -> **\*.csproj'
|
|
||||||
install:
|
install:
|
||||||
- git clone https://github.com/ppy/osu-deploy
|
- git clone https://github.com/ppy/osu-deploy
|
||||||
before_build:
|
before_build:
|
||||||
|
Loading…
Reference in New Issue
Block a user