From fa06e177613a3ebccbaf46e208d1f9c3705b5716 Mon Sep 17 00:00:00 2001 From: Mohammed-Abubakkar-Siddiq Date: Tue, 30 Jul 2024 21:23:51 +0530 Subject: [PATCH] CI-license-validation Improvement changes - Syntax Issue - hf/26 --- wpf/Licensing/licensing-faq/CI-license-validation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wpf/Licensing/licensing-faq/CI-license-validation.md b/wpf/Licensing/licensing-faq/CI-license-validation.md index 08fdc271f..09dda2881 100644 --- a/wpf/Licensing/licensing-faq/CI-license-validation.md +++ b/wpf/Licensing/licensing-faq/CI-license-validation.md @@ -48,7 +48,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' @@ -78,7 +78,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