Skip to content

Commit 95f604b

Browse files
davidfowlCopilot
andauthored
Update src/Shared/PublishingContextUtils.cs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent da9a619 commit 95f604b

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/Shared/PublishingContextUtils.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ internal static class PublishingContextUtils
1414
public static string GetEnvironmentOutputPath(PipelineStepContext context, IComputeEnvironmentResource environment)
1515
{
1616
var outputService = context.Services.GetRequiredService<IPipelineOutputService>();
17-
1817
if (context.Model.Resources.OfType<IComputeEnvironmentResource>().Count() > 1)
1918
{
2019
// If there are multiple compute environments, use resource-specific output path

0 commit comments

Comments
 (0)