vmware / vmware-aria-operations-integration-sdk

The VMware Aria Operations Integration SDK contains libraries, tools, and documentation for developing Management Packs for VMware Aria Operations. It is intended to make creating a Management Pack simple and fast, while allowing developers to use the language of their choice.
https://vmware.github.io/vmware-aria-operations-integration-sdk/
Apache License 2.0
13 stars 6 forks source link

`mp-build` copies files at beginning of execution that aren't used #239

Closed kjrokos closed 11 months ago

kjrokos commented 11 months ago

When virtual environments are present, the copy can take significant time. The copied files do not seem to be used anymore, so we should confirm and remove the copy.

If they are used, we should find a way to exclude virtual environments.