From 0ac026c77b3c51d31238e7477672a2f31e6b05e7 Mon Sep 17 00:00:00 2001 From: wanggang <76527413@qq.com> Date: Wed, 20 Sep 2023 14:06:34 +0800 Subject: [PATCH] test drone --- .drone.yml | 9 +++++++++ 1 file changed, 9 insertions(+) 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