From c4da91877ee79297ab6e1a92273730d0fe8c8ff5 Mon Sep 17 00:00:00 2001 From: Mohammed-Abubakkar-Siddiq Date: Tue, 30 Jul 2024 21:22:38 +0530 Subject: [PATCH] CI-license-validation Improvement changes - Syntax Issue - hf/26 --- blazor/getting-started/license-key/CI-license-validation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/blazor/getting-started/license-key/CI-license-validation.md b/blazor/getting-started/license-key/CI-license-validation.md index 1ac0081f85..05edaeb444 100644 --- a/blazor/getting-started/license-key/CI-license-validation.md +++ b/blazor/getting-started/license-key/CI-license-validation.md @@ -46,7 +46,7 @@ The following section shows how to validate the Syncfusion license key in CI ser The following example shows the syntax for Windows build agents. {% tabs %} -{% highlight tabtitle ="YAML" %} +{% highlight c# tabtitle ="YAML" %} pool: vmImage: 'windows-latest' @@ -76,7 +76,7 @@ steps: The following example shows the syntax for validating Syncfusion license key in GitHub actions. {% tabs %} -{% highlight tabtitle ="YAML" %} +{% highlight c# tabtitle ="YAML" %} steps: - name: Syncfusion License Validation shell: pwsh