Skip to content

Conversation

@Cheesebaron
Copy link
Contributor

As described in the linked issue. Currently AzurePipelinesAgentInfo returns FilePaths for properties that are directory paths. This means than a build author needs to convert the file paths to DirectoryPath before being able to combine the path with other paths.

So in this PR I am changing the properties to return DirectoryPath instead.

This is likely a breaking change.

Fixes #4534

@devlead devlead force-pushed the bugfix/gh-4534-azure-agent-info-filepaths branch from 7bfeecc to c3b2a81 Compare August 16, 2025 16:19
@devlead devlead force-pushed the bugfix/gh-4534-azure-agent-info-filepaths branch from 0f78775 to 6c7db2d Compare October 4, 2025 21:27
Copy link
Member

@devlead devlead left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGMT 👍

@devlead devlead enabled auto-merge October 4, 2025 21:28
@devlead devlead merged commit 6abe857 into cake-build:develop Oct 4, 2025
15 of 16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Azure Pipleines Environement Agent Info uses FilePath instead of DirectoryPath

2 participants