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.
1 parent 506105c commit 33189e9Copy full SHA for 33189e9
.github/workflows/api-docs.yml
@@ -19,4 +19,5 @@ jobs:
19
with:
20
dotnet-version: 6.0.x
21
- name: Check API Documentation
22
- run: dotnet build SimpleDataGrid/SimpleDataGrid.csproj /p:WarningsAsErrors='CS1591;CS1573;CS1572;CS1570'
+ shell: cmd
23
+ run: dotnet build SimpleDataGrid/SimpleDataGrid.csproj /p:WarningsAsErrors=CS1591;CS1573;CS1572;CS1570
0 commit comments