From 0b9c6d3e78281f21f3099876ee84c6d8c5be7c07 Mon Sep 17 00:00:00 2001 From: Chris Ayers Date: Wed, 14 Feb 2024 06:36:33 +0000 Subject: [PATCH] Update dotnet-docker.yml workflow --- .github/workflows/dotnet-docker.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/dotnet-docker.yml b/.github/workflows/dotnet-docker.yml index 1b47934..f7805cc 100644 --- a/.github/workflows/dotnet-docker.yml +++ b/.github/workflows/dotnet-docker.yml @@ -1,8 +1,5 @@ name: Build and deploy ASP.Net Core app to an Azure Web App -env: - DOTNET_VERSION: '8' # set this to the .NET Core version to use - on: push: branches: [ "main" ] @@ -21,11 +18,6 @@ jobs: steps: - uses: actions/checkout@v3 - - name: Set up .NET Core - uses: actions/setup-dotnet@v2 - with: - dotnet-version: ${{ env.DOTNET_VERSION }} - - name: Set up dependency caching for faster builds uses: actions/cache@v3 with: