Skip to content

Commit

Permalink
Create .gitpod.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
aidapsibr authored Jul 16, 2022
1 parent de8311b commit 873497b
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .gitpod.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 873497b

Please sign in to comment.