'can't publish allure report in ADO pipeline

we are using Allure Test Report plugin for this purpose. However this fails with below error ADO errorADO error continuation

Can somebody help us find a way to overcome this issue or any other approach to publish the Allure generated artifact in ADO pipeline



Solution 1:[1]

move this is as TASK inside your Job test, or whatever is running the test. Then cd into the location where your allure bat file is from there just run allure generate result-directory -o report-directory --clean

your publish task needs to happen right after. You can get the generated results from the into the desired location of the publish

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 STICH6669