Skip to content

Commit 28a3972

Browse files
committed
add gitpod
1 parent 6f450b7 commit 28a3972

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

.gitpod.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
image:
2+
file: .gitpod.Dockerfile
3+
4+
tasks:
5+
- name: Restore & Build
6+
init: |
7+
dotnet dev-certs https
8+
dotnet restore
9+
dotnet build
10+
- name: Run
11+
command: dotnet run
12+
13+
vscode:
14+
extensions:
15+
- muhammad-sammy.csharp

0 commit comments

Comments
 (0)