Skip to content

Commit 959088e

Browse files
authored
Update dotnet.yml
1 parent a1ee73a commit 959088e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dotnet.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ jobs:
2424
run: dotnet restore
2525

2626
- name: Build
27-
run: dotnet build --configuration Release /nowarn:CS8618;CS8600;CS8601;CS8602;CS8603;CS8604;CS8620;CS1998
27+
run: dotnet build --configuration
2828

2929
- name: Publish
30-
run: dotnet publish --configuration Release /nowarn:CS8618;CS8600;CS8601;CS8602;CS8603;CS8604;CS8620;CS1998 --output ./publish
30+
run: dotnet publish --configuration Release --output ./publish
3131

3232
- name: Zip artifact
3333
run: |

0 commit comments

Comments
 (0)