Browse Source

drone

master
wanggang 1 year ago
parent
commit
0da35b2feb
  1. 6
      .drone.yml

6
.drone.yml

@ -11,11 +11,7 @@ steps:
- name: build
image: mcr.microsoft.com/dotnet/sdk:5.0
commands:
- pwd
- ls
- cd ./code/src
- dotnet restore SettleAccount.sln
- cd ../../build
- cd ./build
- pwd
- ls
- chmod 755 ./build.sh

Loading…
Cancel
Save