Skip to content

Commit 4f0caa6

Browse files
committed
Build solution before buildign docs
Signed-off-by: Victor Chang <[email protected]>
1 parent d7a3c4e commit 4f0caa6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -407,6 +407,10 @@ jobs:
407407
run: dotnet restore
408408
working-directory: ./src
409409

410+
- name: Build Solution
411+
run: dotnet build -c ${{ env.BUILD_CONFIG }} --nologo ${{ env.SOLUTION }}
412+
working-directory: ./src
413+
410414
- name: Update docs version
411415
run: |
412416
sed -i -e "s,v0.0.0,v$SEMVER,g" ./docs/docfx.json

0 commit comments

Comments
 (0)