Skip to content

Commit 3ca98a5

Browse files
JakubKJakub Kuniszewski
andauthored
Fix workflow (#2)
Co-authored-by: Jakub Kuniszewski <you@example.com>
1 parent b70f6d8 commit 3ca98a5

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/logdash-nuget.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@ jobs:
1818
uses: actions/setup-dotnet@v4
1919
with:
2020
dotnet-version: 9.0.x
21+
22+
- name: Build Project
23+
run: |
24+
dotnet build -r Release Logdash/Logdash.csproj
25+
2126
2227
- name: Publish to NuGet
2328
run: |

0 commit comments

Comments
 (0)