From 2bcef14210f778910e59e965f81fda8806db6a2a Mon Sep 17 00:00:00 2001 From: Peter Bull Hove <37016135+pbullhove@users.noreply.github.com> Date: Thu, 10 Oct 2024 15:41:46 +0200 Subject: [PATCH] Update .github/workflows/publish-data-generation-function.yaml --- .github/workflows/publish-data-generation-function.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-data-generation-function.yaml b/.github/workflows/publish-data-generation-function.yaml index 81efec4..979f6d2 100644 --- a/.github/workflows/publish-data-generation-function.yaml +++ b/.github/workflows/publish-data-generation-function.yaml @@ -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: