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 5c672b4 commit bf18450Copy full SHA for bf18450
src/Spe.Sitecore8/Services/SpePublishManager.cs
@@ -18,6 +18,7 @@ public PublishResult PublishSync(PublishOptions options)
18
{
19
var publishContext = PublishManager.CreatePublishContext(options);
20
publishContext.Languages = new[] { options.Language };
21
+ publishContext.Job = Sitecore.Context.Job;
22
23
return PublishPipeline.Run(publishContext);
24
}
src/Spe.Sitecore92/Services/SpePublishManager.cs
0 commit comments