Template repository: https://gitlab.com/gitlab-org/project-templates/dotnetcore Commit SHA: de5759f7a2f08808666b44eb4fd6205502a9fe75
5 lines
86 B
YAML
5 lines
86 B
YAML
image: gitpod/workspace-dotnet
|
|
|
|
tasks:
|
|
- init: dotnet build
|
|
command: dotnet run
|