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