Skip to content

Commit

Permalink
add gitpod
Browse files Browse the repository at this point in the history
  • Loading branch information
Smilefounder committed Jan 25, 2023
1 parent 6f450b7 commit 28a3972
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .gitpod.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 28a3972

Please sign in to comment.