Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
NaBian committed Nov 29, 2020
2 parents e149a5a + 1618400 commit b502b86
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
name: build

on:
push:
branches:
- master
on: [push, pull_request]

jobs:
build:
Expand All @@ -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

Expand Down

0 comments on commit b502b86

Please sign in to comment.