Skip to content

Commit 8ba1bda

Browse files
committed
Updating docs build stuffs
1 parent 780dbcb commit 8ba1bda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
run: cat code-coverage-results.md >> $GITHUB_STEP_SUMMARY
5353

5454
- name: Build Web Demo
55-
run: dotnet publish -c Release -o demo "${{ env.DemoProject }}"
55+
run: dotnet publish -c Release -o demo --no-restore -f net9.0 "${{ env.DemoProject }}"
5656

5757
- name: Upload static files as artifact
5858
uses: actions/upload-pages-artifact@v3

0 commit comments

Comments
 (0)