Skip to content

Commit

Permalink
updated github action dotnet version to 7
Browse files Browse the repository at this point in the history
  • Loading branch information
NielsPilgaard committed Nov 22, 2022
1 parent 662a781 commit e7cc734
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ env:
AZURE_WEBAPP_PACKAGE_PATH: src/Pilgaard.Blog/publish
AZURE_WEBAPP_PUBLISH_PROFILE: ${{ secrets.PILGAARD_BLOG_PUBLISH_PROFILE }}
CONFIGURATION: Release
DOTNET_VERSION: 6.x.x
DOTNET_VERSION: 7.x.x
WORKING_DIRECTORY: src/Pilgaard.Blog
jobs:
build-and-deploy:
Expand Down

0 comments on commit e7cc734

Please sign in to comment.