Skip to content

Commit 7de87a3

Browse files
committed
Add the build step which was, somehow, missing
1 parent 4d940c9 commit 7de87a3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ jobs:
2424
- name: 🔍 Restore dependencies
2525
run: dotnet restore
2626

27+
- name: 🛠 Build solution
28+
run: dotnet build --configuration Release
29+
2730
# - name: 🧪 Run tests
2831
# run: dotnet test --configuration Release --no-build
2932

0 commit comments

Comments
 (0)