mirror of
https://github.com/meysamhadeli/booking-microservices.git
synced 2026-04-18 09:52:11 +08:00
16 lines
239 B
YAML
16 lines
239 B
YAML
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
|