Skip to content

Commit

Permalink
Oppdatert workflow til net 7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
roar-andersen committed Aug 11, 2023
1 parent e378d31 commit 1fb45de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/azure-webapps-dotnet-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ name: Build and deploy ASP.Net Core app to an Azure Web App
env:
AZURE_WEBAPP_NAME: EikUtforsker # set this to the name of your Azure Web App
AZURE_WEBAPP_PACKAGE_PATH: '.' # set this to the path to your web app project, defaults to the repository root
DOTNET_VERSION: '6.0.x' # set this to the .NET Core version to use
DOTNET_VERSION: '7.0.x' # set this to the .NET Core version to use

on:
push:
Expand Down

0 comments on commit 1fb45de

Please sign in to comment.