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