From 873497b208f215d207ed3d02ee65a4d9b454a375 Mon Sep 17 00:00:00 2001 From: AIDA Date: Sat, 16 Jul 2022 15:57:29 -0700 Subject: [PATCH] Create .gitpod.yml --- .gitpod.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .gitpod.yml diff --git a/.gitpod.yml b/.gitpod.yml new file mode 100644 index 0000000..5417c79 --- /dev/null +++ b/.gitpod.yml @@ -0,0 +1,13 @@ +image: + file: .gitpod.Dockerfile + +tasks: + - name: Restore & Build + init: | + dotnet dev-certs https + dotnet restore + dotnet build + +vscode: + extensions: + - muhammad-sammy.csharp