mirror of
https://github.com/meysamhadeli/booking-microservices.git
synced 2026-04-18 09:52:11 +08:00
Create .gitpod.yml
This commit is contained in:
parent
8637a8e420
commit
b45ab90bb3
15
.gitpod.yml
Normal file
15
.gitpod.yml
Normal 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
|
||||||
Loading…
x
Reference in New Issue
Block a user