Deleted old GitHub workflow
This commit is contained in:
parent
b6b19c53de
commit
f1f1df1297
21
.github/workflows/elsa-2.0.yml
vendored
21
.github/workflows/elsa-2.0.yml
vendored
|
|
@ -1,21 +0,0 @@
|
|||
name: Elsa 2.0
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ feature/elsa-2.0 ]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Setup .NET Core
|
||||
uses: actions/setup-dotnet@v1
|
||||
with:
|
||||
dotnet-version: 3.1.102
|
||||
- name: Install dependencies
|
||||
run: dotnet restore Elsa.sln
|
||||
- name: Build
|
||||
run: dotnet pack Elsa.sln --include-symbols
|
||||
Loading…
Reference in a new issue