浏览代码

撤销

tags/v2.2.0
SmallChi(Koike) 5 年前
父节点
当前提交
23ccd24c9e
共有 1 个文件被更改,包括 0 次插入23 次删除
  1. +0
    -23
      .github/workflows/dotnetcore.yml

+ 0
- 23
.github/workflows/dotnetcore.yml 查看文件

@@ -1,23 +0,0 @@
name: .NET Core

on: [push]

jobs:
build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@master
- name: Setup .NET Core
uses: actions/setup-dotnet@master
with:
dotnet-version: 3.1.101
- name: dotnet info
run: dotnet --info
- name: dotnet restore
run: dotnet restore ./src/JT809.Protocol.sln
- name: dotnet build
run: dotnet build ./src/JT809.Protocol.Test/JT809.Protocol.Test.csproj
- name: dotnet test
run: dotnet test ./src/JT809.Protocol.Test/JT809.Protocol.Test.csproj

正在加载...
取消
保存