From b45ab90bb3b7c43913820e5cb20ccf7f89dc8fc6 Mon Sep 17 00:00:00 2001 From: Meysam Hadeli <35596795+meysamhadeli@users.noreply.github.com> Date: Tue, 3 Jan 2023 18:39:38 +0330 Subject: [PATCH] Create .gitpod.yml --- .gitpod.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .gitpod.yml diff --git a/.gitpod.yml b/.gitpod.yml new file mode 100644 index 0000000..e0f5e65 --- /dev/null +++ b/.gitpod.yml @@ -0,0 +1,15 @@ +image: + file: .gitpod.Dockerfile + +tasks: + - name: Restore & Build + init: | + dotnet dev-certs https + dotnet restore + dotnet build + - name: Run + command: dotnet run + +vscode: + extensions: + - muhammad-sammy.csharp