mirror of
https://github.com/meysamhadeli/booking-microservices.git
synced 2026-04-15 05:25:36 +08:00
23 lines
585 B
YAML
23 lines
585 B
YAML
# https://github.com/gitpod-samples/template-dotnet-core-cli-csharp
|
|
# https://www.gitpod.io/docs/introduction/languages/dotnet
|
|
# https://github.com/gitpod-samples/template-docker-compose
|
|
# https://www.gitpod.io/docs/references/gitpod-yml
|
|
# https://www.gitpod.io/docs/configure
|
|
# https://www.gitpod.io/docs/configure/workspaces/ports
|
|
|
|
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
|