Skip to content

Commit 04f61b0

Browse files
authored
Update main.yml
1 parent 974c8de commit 04f61b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
with:
1414
dotnet-version: '3.1.100'
1515
- name: Building project
16-
run: dotnet build -c Release
16+
run: dotnet build -c Release /nowarn:CS1591
1717
- name: Running tests
1818
run: dotnet test -c Release /nowarn:CS1591
1919
- name: Creating package

0 commit comments

Comments
 (0)