Skip to content

Commit 53f66a1

Browse files
authored
Merge pull request #16 from astar-development/features/add-the-build-step
Add the build step which was, somehow, missing
2 parents 4d940c9 + 7de87a3 commit 53f66a1

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)