Expand Minimize

Specify the path of the zipped package in the package-solution.json file

The package-solution.json file must specify the path of the zipped package

CheckId SPF010208
TypeName DefinePackageSolutionZippedPackage
Severity CriticalError
Type PackageSolutionConfig

The package-solution.json file must specify the path of the zipped package using the zippedPackage property.

package-solution.json example

{
  "solution": {
    "name": "mastykarz-sharepoint-trendinginthissite-client-side-solution",
    "id": "889fd84c-65bb-4252-895b-a2ae59daad0e",
    "version": "1.0.0.0"
  },
  "paths": {
    "zippedPackage": "solution/mastykarz-sharepoint-trendinginthissite.sppkg"
  }
}

Disclaimer: The views and opinions expressed in this documentation and in SPCAF do not necessarily reflect the opinions and recommendations of Microsoft or any member of Microsoft. SPCAF and RENCORE are registered trademarks of Rencore. All other trademarks, service marks, collective marks, copyrights, registered names, and marks used or cited by this documentation are the property of their respective owners.