From 990b883f640842bebf24dea9060889c581640aaf Mon Sep 17 00:00:00 2001 From: Michael Gordeev Date: Tue, 19 Nov 2019 01:06:38 +0300 Subject: [PATCH] Deleted CI config --- .github/workflows/dotnet.yml | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 .github/workflows/dotnet.yml diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml deleted file mode 100644 index 47cfe90..0000000 --- a/.github/workflows/dotnet.yml +++ /dev/null @@ -1,17 +0,0 @@ -name: .NET - -on: [push] - -jobs: - build: - - runs-on: ubuntu-latest - - steps: - - uses: actions/checkout@v1 - - name: Setup .NET - uses: actions/setup-dotnet@v1 - with: - dotnet-version: 2.2.108 - - name: Build with dotnet - run: dotnet build --configuration Release