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
remove Requirements Set "CustomFunctionsRuntime" from manifest (#124)
The following requirements will cause manifest validation to fail.
<Requirements>
<Sets DefaultMinVersion="1.1">
<Set Name="CustomFunctionsRuntime" MinVersion="1.1"/>
</Sets>
</Requirements>
c:\dev\git\Excel-Custom-Functions>npm run validate
> [email protected] validate c:\dev\git\Excel-Custom-Functions
> office-toolbox validate -m manifest.xml
Calling validation service. This might take a moment...
-------------------------------------
Validation: Failed
Error #1:
No supported Office products detected: There are no platforms which fulfil the requirements specified in the manifest. The most common reasons for this failure are issues in the Requirements section. Please review the manifest and try again. (link: undefined)
-------------------------------------
0 commit comments