mirror of
https://github.com/harness/drone.git
synced 2025-09-04 19:37:44 +00:00
8 lines
160 B
YAML
8 lines
160 B
YAML
kind: template
|
|
load: test.nested.starlark
|
|
data:
|
|
builds:
|
|
name: build
|
|
image: mcr.microsoft.com/dotnet/sdk:5.0
|
|
commands:
|
|
- dotnet build |