Skip to content

Merge branch 'dev' of https://github.com/WeihanLi/WeihanLi.Web.Extens… #155

Merge branch 'dev' of https://github.com/WeihanLi/WeihanLi.Web.Extens…

Merge branch 'dev' of https://github.com/WeihanLi/WeihanLi.Web.Extens… #155

Workflow file for this run

name: dotnetcore
on: [push]
jobs:
# Label of the container job
default:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup .NET SDK
uses: actions/setup-dotnet@v4
with:
dotnet-version: |
8.0.x
9.0.x
- name: dotnet info
run: dotnet --info
- name: build
run: dotnet build