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 064137d commit d1fcdc0
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 @@ -5,7 +5,7 @@ on:

env:
AZURE_FUNCTIONAPP_NAME: 'dev-aquaplatform-func' # set this to your function app name on Azure
AZURE_FUNCTIONAPP_PACKAGE_PATH: 'src/DataGeneratorFunction' # set this to the path to your function app project, defaults to the repository root
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')
jobs:
Expand Down

0 comments on commit d1fcdc0

Please sign in to comment.