Skip to content
This repository has been archived by the owner on Nov 20, 2023. It is now read-only.

[DOCS] Align "project" and "name" nodes in 01_deploy.md of the default tye.yaml #357

Merged
merged 1 commit into from
Apr 12, 2020

Conversation

tebeco
Copy link
Contributor

@tebeco tebeco commented Apr 12, 2020

Changing yaml indentation of 01_deploy.md

from

name: microservice
services:
- name: frontend
project: frontend/frontend.csproj
- name: backend
project: backend/backend.csproj

to

name: microservice
services:
- name: frontend
  project: frontend/frontend.csproj
- name: backend
  project: backend/backend.csproj

@davidfowl davidfowl merged commit a556390 into dotnet:master Apr 12, 2020
@davidfowl
Copy link
Member

Thanks!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants