Skip to content

升级2.3.0,添加命令锁、JwtProvider示例 #4

升级2.3.0,添加命令锁、JwtProvider示例

升级2.3.0,添加命令锁、JwtProvider示例 #4

Workflow file for this run

name: PR
on:
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
global-json-file: global.json
- name: Restore dependencies
run: dotnet restore NetCorePal.Template.csproj
- name: Build
run: dotnet build --no-restore NetCorePal.Template.csproj
- name: Test
run: dotnet test --verbosity normal template/ABC.Template.sln