You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Set of sample scripts allowing developers to easily install and uninstall .sppkg packages in their tenant, used during development after running gulp package-solution.
Install script:
automatically detects the package to install based on the project structure (script assumes it's located in the project root)
adds package to the app catalog (overwrite if necessary)
deploys to all sites
approves all permissions requested by the package
Uninstall script:
automatically detects the package to remove based on the project structure (script assumes it's located in the project root)
retracts the package from the tenant
removes the package from app catalog
removes the package from recycle bin (unless removing from app catalog already gets rid of the file outside of recycle bin)
Set of sample scripts allowing developers to easily install and uninstall .sppkg packages in their tenant, used during development after running
gulp package-solution.Install script:
Uninstall script: