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 40b8300 commit 6d9c637Copy full SHA for 6d9c637
azure-pipelines.yml
@@ -41,4 +41,10 @@ steps:
41
command: 'test'
42
projects: '**/*Tests*/*.csproj'
43
arguments: --configuration $(buildConfiguration)
44
- publishTestResults: true
+ publishTestResults: true
45
+
46
+- task: PublishBuildArtifacts@1
47
+ inputs:
48
+ PathtoPublish: 'Aquality.Selenium/'
49
+ ArtifactName: 'binaries'
50
+ publishLocation: 'Container'
0 commit comments