I've noticed that I can run the CLI on WSL, so I setup my Windows side to support everything and I immediately noticed two things:
- My API build failed because of CRLF
- The build and deploy took a while compared to running the build in Oryx
This appears to be a conscious decision since SCM_DO_BUILD_DURING_DEPLOY is disabled. We've spent a lot of effort optimizing Oryx for node/python builds and that should be taken advantage of here as well.
I've noticed that I can run the CLI on WSL, so I setup my Windows side to support everything and I immediately noticed two things:
This appears to be a conscious decision since
SCM_DO_BUILD_DURING_DEPLOYis disabled. We've spent a lot of effort optimizing Oryx for node/python builds and that should be taken advantage of here as well.