Skip to content

Merge branch 'dev' of https://github.com/WeihanLi/WeihanLi.EntityFram… #42

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

Merge branch 'dev' of https://github.com/WeihanLi/WeihanLi.EntityFram… #42

Workflow file for this run

name: default
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup .NET SDK
uses: actions/setup-dotnet@v3
with:
dotnet-version: |
8.0.x
include-prerelease: true
- name: dotnet info
run: dotnet --info
- name: build
run: bash build.sh --target=build