From 23ccd24c9e56a22b80c42e2ee6e0606c3df0b329 Mon Sep 17 00:00:00 2001 From: "SmallChi(Koike)" <564952747@qq.com> Date: Thu, 2 Apr 2020 18:47:27 +0800 Subject: [PATCH] =?UTF-8?q?=E6=92=A4=E9=94=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/dotnetcore.yml | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 .github/workflows/dotnetcore.yml diff --git a/.github/workflows/dotnetcore.yml b/.github/workflows/dotnetcore.yml deleted file mode 100644 index bd50b9c..0000000 --- a/.github/workflows/dotnetcore.yml +++ /dev/null @@ -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