From 511654869f517aabdcbc3c6ab71464c0ea327957 Mon Sep 17 00:00:00 2001 From: lindexi Date: Sun, 29 Nov 2020 16:54:46 +0800 Subject: [PATCH] =?UTF-8?q?=E6=AF=8F=E6=AC=A1=E6=9C=89=E4=BB=A3=E7=A0=81?= =?UTF-8?q?=E6=8F=90=E4=BA=A4=E9=83=BD=E8=87=AA=E5=8A=A8=E5=8A=A0=E4=B8=8A?= =?UTF-8?q?=E6=9E=84=E5=BB=BA=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build.yml | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1f40e4f26..77420a4b9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,9 +1,6 @@ name: build -on: - push: - branches: - - master +on: [push, pull_request] jobs: build: @@ -12,17 +9,6 @@ jobs: - name: Checkout uses: actions/checkout@master - - name: Setup Nuget.exe - uses: nuget/setup-nuget@main - - - name: Restore Nuget packages - run: nuget restore src/HandyControl.sln - - - name: Setup .NET Core - uses: actions/setup-dotnet@master - with: - dotnet-version: '5.0.100' - - name: Build Net_40 run: dotnet build src/Net_40/HandyControl_Net_40/HandyControl_Net_40.csproj -p:Configuration=Release-Net40