We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f83de13 commit e32ca65Copy full SHA for e32ca65
azure-pipelines.yml
@@ -108,4 +108,13 @@ steps:
108
- script: |
109
docker stop $(docker ps -a -q)
110
docker rm $(docker ps -a -q)
111
- displayName: 'stop csharp app'
+ displayName: 'stop csharp app'
112
+
113
+- script: |
114
+ allure generate --clean --output $(Build.SourcesDirectory)/csharp-allure-output '$(Build.SourcesDirectory)/launcher-automation/target/allure-results'
115
+ displayName: generate allure html reports
116
117
+- task: PublishAllureReport@1
118
+ displayName: 'Publish Allure Report'
119
+ inputs:
120
+ reportDir: '$(Build.SourcesDirectory)/csharp-allure-output'
0 commit comments