Fix site-extension build step artifacts path (#7138)
This commit is contained in:
parent
8f51dd35ce
commit
5ba89945ea
|
|
@ -7,4 +7,4 @@ jobs:
|
||||||
jobDisplayName: "Build logging site extension"
|
jobDisplayName: "Build logging site extension"
|
||||||
artifacts:
|
artifacts:
|
||||||
publish: true
|
publish: true
|
||||||
path: 'src/SiteExtensions/LoggingAggregate/artifacts/'
|
path: 'artifacts'
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue