I would like to put two COM .dlls into a Nuget package, so our build-server can build the projects which currently reference the COM components, without having to install Microsoft Office on the build-server.
I will put the Nuget package into a private feed available within our organisation only.
The .dll's in question:
- Interop.Microsoft.Office.Interop.Excel.dll
- Interop.Microsoft.Office.Interop.Outlook.dll
- Office.dll
Is there any license restrictions or legal issues with this? I will not distribute these packages - it's for convenience reasons.