diff --git a/.github/workflows/master_training20240424.yml b/.github/workflows/master_training20240424.yml index f6c3a51..2ac4ca9 100644 --- a/.github/workflows/master_training20240424.yml +++ b/.github/workflows/master_training20240424.yml @@ -10,7 +10,7 @@ on: workflow_dispatch: env: - AZURE_FUNCTIONAPP_PACKAGE_PATH: 'AzureServiceBusToSQL.csproj' # set this to the path to your web app project, defaults to the repository root + AZURE_FUNCTIONAPP_PACKAGE_PATH: '.' # set this to the path to your web app project, defaults to the repository root DOTNET_VERSION: '8.0.x' # set this to the dotnet version to use jobs: