Fix site-extension build step artifacts path (#7138)

This commit is contained in:
Pavel Krymets 2019-01-30 11:57:21 -08:00 committed by GitHub
parent 8f51dd35ce
commit 5ba89945ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -7,4 +7,4 @@ jobs:
jobDisplayName: "Build logging site extension"
artifacts:
publish: true
path: 'src/SiteExtensions/LoggingAggregate/artifacts/'
path: 'artifacts'