diff --git a/.drone.yml b/.drone.yml index 0bda1095..bd43edd2 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,9 +7,18 @@ platform: arch: amd64 os: linux +volumes: + - name: cache + host: + path: /root/cache + steps: - name: build image: mcr.microsoft.com/dotnet/sdk:6.0 + volumes: + - name: cache + host: + path: /root/.nuget/packages commands: - cd ./build - chmod 755 ./build.sh