From 2374f06198eb92f0a1d2d4d7401a9c6453086447 Mon Sep 17 00:00:00 2001 From: Ed Kolis Date: Thu, 21 May 2020 17:50:08 -0400 Subject: [PATCH] Delete main.yml we are using .net core now --- .github/workflows/main.yml | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 .github/workflows/main.yml diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml deleted file mode 100644 index bbb26b570..000000000 --- a/.github/workflows/main.yml +++ /dev/null @@ -1,17 +0,0 @@ -name: .NET Framework Build - -on: - push: - branches: - - master - -jobs: - build: - runs-on: windows-latest - steps: - - name: checkout - uses: actions/checkout@v1 - - name: Build .NET Framework - run: | - C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\MSBuild\Current\Bin\MSBuild.exe -t:restore - C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\MSBuild\Current\Bin\MSBuild.exe