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