Create .gitpod.yml

This commit is contained in:
Meysam Hadeli 2023-01-03 18:39:38 +03:30 committed by GitHub
parent 8637a8e420
commit b45ab90bb3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

15
.gitpod.yml Normal file
View File

@ -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