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: