microsoft / powerplatform-actions

Power Platform GitHub Actions automate common build and deployment tasks related to Power Platform. This includes synchronization of solution metadata (a.k.a. solutions) between development environments and source control, generating build artifacts, deploying to downstream environments, provisioning/de-provisioning of environments, and the ability to perform static analysis checks against your solution using the PowerApps checker service.
MIT License
221 stars 68 forks source link

Concurrent Execution for Enhanced Performance and Resource Efficiency 🏎 #463

Open sanjaiyan-dev opened 1 year ago

sanjaiyan-dev commented 1 year ago

Hi,

This PR introduces minor performance improvements and optimizations in hardware resource utilization by running the function within Promise.all concurrently.

Extremely sorry, if I made any mistakes :(