From f1f1df1297ffd2343d346bdfc14cf297a4aa8aef Mon Sep 17 00:00:00 2001 From: Jens Willmer Date: Wed, 14 Apr 2021 14:33:43 +0200 Subject: [PATCH] Deleted old GitHub workflow --- .github/workflows/elsa-2.0.yml | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 .github/workflows/elsa-2.0.yml diff --git a/.github/workflows/elsa-2.0.yml b/.github/workflows/elsa-2.0.yml deleted file mode 100644 index f9623640a..000000000 --- a/.github/workflows/elsa-2.0.yml +++ /dev/null @@ -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