We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3903e6e commit 02fee1aCopy full SHA for 02fee1a
.github/workflows/FitSyncHubFunctions.yml
@@ -7,10 +7,8 @@ on:
7
8
env:
9
AZURE_FUNCTIONAPP_NAME: FitSyncHubFunctionsApp
10
- AZURE_FUNCTIONAPP_PACKAGE_PATH: src/FitSyncHub.Functions/published
11
- CONFIGURATION: Release
+ AZURE_FUNCTIONAPP_PACKAGE_PATH: '.'
12
DOTNET_VERSION: 9.0.x
13
- WORKING_DIRECTORY: src/FitSyncHub.Functions
14
jobs:
15
build-and-deploy:
16
runs-on: ubuntu-latest
0 commit comments