From b9cefee4ca18595fa94b15a55737db1e5e4ffb90 Mon Sep 17 00:00:00 2001 From: Rainer Stropek Date: Sun, 22 Nov 2020 08:32:59 +0100 Subject: [PATCH] Simplify Dockerfile --- .github/workflows/build-machine.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/build-machine.yml b/.github/workflows/build-machine.yml index f8c83fa..91396cf 100644 --- a/.github/workflows/build-machine.yml +++ b/.github/workflows/build-machine.yml @@ -8,9 +8,7 @@ on: - "NetCoreMicroserviceSample/NetCoreMicroserviceSample.Api/**" - "NetCoreMicroserviceSample/NetCoreMicroserviceSample.UserInterface/**" env: - DOTNET_VERSION: '5.0' MACHINE_PATH: './NetCoreMicroserviceSample/NetCoreMicroserviceSample.Machine' - CONFIG: 'Debug' jobs: build: @@ -18,11 +16,6 @@ jobs: steps: - name: 'Checkout GitHub Action' uses: actions/checkout@master - - - name: Setup DotNet ${{ env.DOTNET_VERSION }} Environment - uses: actions/setup-dotnet@v1 - with: - dotnet-version: ${{ env.DOTNET_VERSION }} - name: Set up QEMU uses: docker/setup-qemu-action@v1