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 3c893e5 + 5ff12d9 commit 5754cd5Copy full SHA for 5754cd5
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
48
The following example shows the syntax for Windows build agents.
49
50
{% tabs %}
51
-{% highlight <lang> tabtitle ="YAML" %}
+{% highlight c# tabtitle ="YAML" %}
52
pool:
53
vmImage: 'windows-latest'
54
@@ -78,7 +78,7 @@ steps:
78
The following example shows the syntax for validating Syncfusion license key in GitHub actions.
79
80
81
82
steps:
83
- name: Syncfusion License Validation
84
shell: pwsh
0 commit comments