-
Notifications
You must be signed in to change notification settings - Fork 142
Remote Build
Eric Jizba edited this page Oct 3, 2019
·
2 revisions
By default, Python projects will attempt to package your project on your local machine before deploying. However, you may frequently run into problems with the func: pack
task. As a solution, you can now try deploying your source code as-is and the server will take care of building your project. Just follow these steps:
In your .vscode/settings.json
file:
- Change
azureFunctions.scmDoBuildDuringDeployment
totrue
- Change
azureFunctions.deploySubpath
to.
- Remove the setting
azureFunctions.preDeployTask