From 2032beea7a57a3336ca58ec0053ddbd19aecefb3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Dybvik=20Langfors?= Date: Wed, 14 Jun 2023 12:40:05 +0200 Subject: [PATCH] Update master_altinn-testtools-token-generator.yml --- .github/workflows/master_altinn-testtools-token-generator.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/master_altinn-testtools-token-generator.yml b/.github/workflows/master_altinn-testtools-token-generator.yml index d41344b..469ecac 100644 --- a/.github/workflows/master_altinn-testtools-token-generator.yml +++ b/.github/workflows/master_altinn-testtools-token-generator.yml @@ -10,8 +10,8 @@ on: workflow_dispatch: 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 + AZURE_FUNCTIONAPP_PACKAGE_PATH: './TokenGenerator' # set this to the path to your web app project, defaults to the repository root + DOTNET_VERSION: 'v6' # set this to the dotnet version to use jobs: build-and-deploy: