lakshaykaushik / PublishHTMLReport

Azdo Extension- Publish Jmeter Reports to Azure Devops
MIT License
34 stars 24 forks source link

Missing extension License Info on Marketplace #32

Closed marriagaTR closed 3 years ago

marriagaTR commented 3 years ago

Private Azure DevOps Org admin replied that 3rd party ADO Marketplace extensions without license are not allowed to be installed.

Example:

marriagaTR commented 3 years ago

Let me know further questions, comments or missing details please @lakshaykaushik

marriagaTR commented 3 years ago

As per Develop extensions/Reference/Manifest reference/Optional attributes/Discovery attributes, its just a matter of adding the path to the license info as value of "content" array item "license" in /lakshaykaushik/PublishHTMLReport/vss-extension.json file:

"content": {
        "details": {
            "path": "readme.md"
        },
        "license": {
            "path": "eula.md"
        }
marriagaTR commented 3 years ago

@lakshaykaushik not sure if extension ".md" is mandatory as license file name is LICENSE

lakshaykaushik commented 3 years ago

Merged PR which closes this.