This commit is contained in:
11
.drone.yml
Normal file
11
.drone.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
kind: pipeline
|
||||
name: default
|
||||
|
||||
steps:
|
||||
- name: build
|
||||
image: mcr.microsoft.com/dotnet/sdk:5.0
|
||||
commands:
|
||||
- cd TOOHOOCardAPI
|
||||
- dotnet restore TOOHUCardAPI.csproj
|
||||
- mkdir build
|
||||
- dotnet build TOOHUCardAPI.csproj -c Release -o build
|
||||
Reference in New Issue
Block a user