From fc108fcba4a55415c541f308bbb3eba84665aa92 Mon Sep 17 00:00:00 2001 From: Jamie Date: Sat, 22 Feb 2020 22:56:54 +0000 Subject: [PATCH] Delete aspnetcore.yml --- .github/workflows/aspnetcore.yml | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 .github/workflows/aspnetcore.yml diff --git a/.github/workflows/aspnetcore.yml b/.github/workflows/aspnetcore.yml deleted file mode 100644 index e562216cc..000000000 --- a/.github/workflows/aspnetcore.yml +++ /dev/null @@ -1,18 +0,0 @@ -name: ASP.NET Core CI - -on: [push, pull_request] - -jobs: - build: - - runs-on: ubuntu-latest - - steps: - - uses: actions/checkout@v1 - - name: Setup .NET Core - uses: actions/setup-dotnet@v1 - with: - dotnet-version: 2.2.108 - - - name: Build Backend - run: ./build.sh --settings_skipverification=true