We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1ee73a commit 959088eCopy full SHA for 959088e
.github/workflows/dotnet.yml
@@ -24,10 +24,10 @@ jobs:
24
run: dotnet restore
25
26
- name: Build
27
- run: dotnet build --configuration Release /nowarn:CS8618;CS8600;CS8601;CS8602;CS8603;CS8604;CS8620;CS1998
+ run: dotnet build --configuration
28
29
- name: Publish
30
- run: dotnet publish --configuration Release /nowarn:CS8618;CS8600;CS8601;CS8602;CS8603;CS8604;CS8620;CS1998 --output ./publish
+ run: dotnet publish --configuration Release --output ./publish
31
32
- name: Zip artifact
33
run: |
0 commit comments