Skip to content
This repository was archived by the owner on Jun 30, 2022. It is now read-only.

Commit c9e75ef

Browse files
authored
Update 3-create-yaml.md
1 parent 4179e08 commit c9e75ef

File tree

1 file changed

+2
-2
lines changed
  • docs/_docs/solution-accelerators/tutorials/enable-continuous-integration/csharp

1 file changed

+2
-2
lines changed

docs/_docs/solution-accelerators/tutorials/enable-continuous-integration/csharp/3-create-yaml.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ layout: tutorial
33
category: Solution Accelerators
44
subcategory: Enable continuous integration
55
title: Create a YAML file
6-
language: C#
6+
language: csharp
77
order: 3
88
---
99

@@ -87,4 +87,4 @@ By default the build pipelines automatically triggers a build on each new pull r
8787
- pr: none
8888
+ pr:
8989
+ - master
90-
```
90+
```

0 commit comments

Comments
 (0)