Skip to content

Commit 5ff12d9

Browse files
Merge pull request #1460 from syncfusion-content/ci-validation-hotfix
CI-license-validation Improvement changes - Syntax Issue - hf/26
2 parents 967117c + fa06e17 commit 5ff12d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

wpf/Licensing/licensing-faq/CI-license-validation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ The following section shows how to validate the Syncfusion license key in CI ser
4848
The following example shows the syntax for Windows build agents.
4949

5050
{% tabs %}
51-
{% highlight <lang> tabtitle ="YAML" %}
51+
{% highlight c# tabtitle ="YAML" %}
5252
pool:
5353
vmImage: 'windows-latest'
5454

@@ -78,7 +78,7 @@ steps:
7878
The following example shows the syntax for validating Syncfusion license key in GitHub actions.
7979

8080
{% tabs %}
81-
{% highlight <lang> tabtitle ="YAML" %}
81+
{% highlight c# tabtitle ="YAML" %}
8282
steps:
8383
- name: Syncfusion License Validation
8484
shell: pwsh

0 commit comments

Comments
 (0)