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 974c8de commit 04f61b0Copy full SHA for 04f61b0
.github/workflows/main.yml
@@ -13,7 +13,7 @@ jobs:
13
with:
14
dotnet-version: '3.1.100'
15
- name: Building project
16
- run: dotnet build -c Release
+ run: dotnet build -c Release /nowarn:CS1591
17
- name: Running tests
18
run: dotnet test -c Release /nowarn:CS1591
19
- name: Creating package
0 commit comments