Skip to content

Commit

Permalink
Fix dotnet version in github actions pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Powney committed Aug 20, 2021
1 parent 067a141 commit fee97aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main_valo-connect-integrate-demo-01.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:

env:
AZURE_FUNCTIONAPP_PACKAGE_PATH: '.' # set this to the path to your web app project, defaults to the repository root
DOTNET_VERSION: 'v4.0' # set this to the dotnet version to use
DOTNET_VERSION: '3.1' # set this to the dotnet version to use

jobs:
build-and-deploy:
Expand Down

0 comments on commit fee97aa

Please sign in to comment.