diff --git a/.gitpod.yml b/.gitpod.yml new file mode 100644 index 0000000..fef6e10 --- /dev/null +++ b/.gitpod.yml @@ -0,0 +1,5 @@ +image: gitpod/workspace-dotnet + +tasks: + - init: dotnet build + command: dotnet run