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