From 018e2bed91da5e82a9a545ef92dc6e26662069ff Mon Sep 17 00:00:00 2001 From: wanggang <76527413@qq.com> Date: Wed, 20 Sep 2023 14:22:06 +0800 Subject: [PATCH] test drone --- .drone.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.drone.yml b/.drone.yml index 933e0862..548ab9af 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,11 +7,6 @@ platform: arch: amd64 os: linux -volumes: - - name: cache - host: - path: /root/cache - steps: - name: build image: mcr.microsoft.com/dotnet/sdk:6.0 @@ -90,3 +85,8 @@ steps: - cd /d/BQ-JS/publish - ./start.cmd - echo ok + +volumes: + - name: cache + host: + path: /root/cache/.nuget \ No newline at end of file