We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b870bac commit a014c3cCopy full SHA for a014c3c
.github/workflows/azure-functions-deploy.yml
@@ -43,5 +43,5 @@ jobs:
43
app-name: ${{ secrets.PROJECT_NAME }} # Replace with your Function App name
44
package: ${{ env.AZURE_FUNCTIONAPP_PACKAGE_PATH }}
45
publish-profile: ${{ secrets.AZURE_FUNCTIONAPP_PUBLISH_PROFILE }}
46
- scm-do-build-during-deployment: true
47
- enable-oryx-build: true
+ # scm-do-build-during-deployment: true
+ # enable-oryx-build: true
0 commit comments