Skip to content

Commit

Permalink
Update dotnet-docker.yml workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
codebytes committed Feb 14, 2024
1 parent b469e53 commit 0b9c6d3
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/dotnet-docker.yml
Original file line number Diff line number Diff line change
@@ -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" ]
Expand All @@ -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:
Expand Down

0 comments on commit 0b9c6d3

Please sign in to comment.