Skip to content

Commit

Permalink
Update .github/workflows/publish-data-generation-function.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
pbullhove authored Oct 10, 2024
1 parent d1fcdc0 commit 2bcef14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-data-generation-function.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
env:
AZURE_FUNCTIONAPP_NAME: 'dev-aquaplatform-func' # set this to your function app name on Azure
AZURE_FUNCTIONAPP_PACKAGE_PATH: 'src/DataGeneratorFunction' ```
DOTNET_VERSION: '8.0.x' # set this to the dotnet version to use (e.g. '2.1.x', '3.1.x', '5.0.x')
DOTNET_VERSION: '8.0.x'
jobs:
build-and-deploy:
Expand Down

0 comments on commit 2bcef14

Please sign in to comment.