Skip to content

Commit 6d9c637

Browse files
committed
Update azure-pipelines.yml for Azure Pipelines
1 parent 40b8300 commit 6d9c637

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

azure-pipelines.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,10 @@ steps:
4141
command: 'test'
4242
projects: '**/*Tests*/*.csproj'
4343
arguments: --configuration $(buildConfiguration)
44-
publishTestResults: true
44+
publishTestResults: true
45+
46+
- task: PublishBuildArtifacts@1
47+
inputs:
48+
PathtoPublish: 'Aquality.Selenium/'
49+
ArtifactName: 'binaries'
50+
publishLocation: 'Container'

0 commit comments

Comments
 (0)