We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 49faa8f + c4da918 commit 0da8bbeCopy full SHA for 0da8bbe
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
46
The following example shows the syntax for Windows build agents.
47
48
{% tabs %}
49
-{% highlight <lang> tabtitle ="YAML" %}
+{% highlight c# tabtitle ="YAML" %}
50
pool:
51
vmImage: 'windows-latest'
52
@@ -76,7 +76,7 @@ steps:
76
The following example shows the syntax for validating Syncfusion license key in GitHub actions.
77
78
79
80
steps:
81
- name: Syncfusion License Validation
82
shell: pwsh
0 commit comments