demo/.drone.yml
Admin a31643ec43
All checks were successful
continuous-integration/drone/push Build is passing
test drone ci
2024-06-21 22:39:30 +08:00

14 lines
268 B
YAML

kind: pipeline
type: docker
name: default
steps:
- name: restore
image: mcr.microsoft.com/dotnet/sdk:8.0
commands:
- dotnet restore
- name: build
image: mcr.microsoft.com/dotnet/sdk:8.0
commands:
- dotnet build --configuration Release