From fedeea8fa7a257d04e588b57d00894f2500b1d99 Mon Sep 17 00:00:00 2001 From: Raghav <43498142+Raghav10026@users.noreply.github.com> Date: Tue, 1 Jun 2021 20:09:23 +0530 Subject: [PATCH] Create .gitpod.yml --- .gitpod.yml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .gitpod.yml 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