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

Solution Checker action is failing with the error "PACHECKER_PS_FILE_TOO_LARGE" #498

Closed wesco-prathapmotupalli closed 10 months ago

wesco-prathapmotupalli commented 11 months ago

Hi Team, we are running the solution checker action "uses: microsoft/powerplatform-actions/check-solution@v1" for one of the solution and getting the below error Please suggest on this how can we increase this size to get rid of this?

Error: ERROR: ErrorId: PACHECKER_PS_FILE_TOO_LARGE; ErrorCategory: InvalidArgument; TargetObject: System.String[]; Exception: System.InvalidOperationException: ERROR: code=PACHECKER_PS_FILE_TOO_LARGE, param=FileUnderAnalysis, message:The file(s) under analysis must be under 30 MB. D:\a\QOE-SOL\QOE-SOL\out\exported\Solution.zip

tehcrashxor commented 10 months ago

30 MB was the largest files that the Checker service would accept previously. This should now be at 100 MB with the yesterday's release.