Browse Source

fix build

master
wanggang 1 year ago
parent
commit
d3ad111b11
  1. 2
      .drone.yml

2
.drone.yml

@ -9,7 +9,7 @@ platform:
steps: steps:
- name: build - name: build
image: mcr.microsoft.com/dotnet/sdk:5.0 image: mcr.microsoft.com/dotnet/sdk:6.0
commands: commands:
- cd ./build - cd ./build
- pwd - pwd

Loading…
Cancel
Save