Browse Source

test drone

master
wanggang 1 year ago
parent
commit
018e2bed91
  1. 10
      .drone.yml

10
.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
Loading…
Cancel
Save