Skip to content

Commit 33189e9

Browse files
authored
Update api-docs.yml
1 parent 506105c commit 33189e9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/api-docs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,5 @@ jobs:
1919
with:
2020
dotnet-version: 6.0.x
2121
- name: Check API Documentation
22-
run: dotnet build SimpleDataGrid/SimpleDataGrid.csproj /p:WarningsAsErrors='CS1591;CS1573;CS1572;CS1570'
22+
shell: cmd
23+
run: dotnet build SimpleDataGrid/SimpleDataGrid.csproj /p:WarningsAsErrors=CS1591;CS1573;CS1572;CS1570

0 commit comments

Comments
 (0)