Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: avoid error when outputDir is contained in a non-existent directory #1647

Merged
merged 1 commit into from
Apr 27, 2023

Conversation

dbjorge
Copy link
Contributor

@dbjorge dbjorge commented Apr 25, 2023

Details

This PR adds a { recursive: true } option to the point where we create the outputDir, such that it will no longer be an error to specify an outputDir with an ancestor that doesn't exist yet.

Motivation

Addresses #1609

Context

n/a

Pull request checklist

@dbjorge dbjorge requested a review from a team as a code owner April 25, 2023 23:16
@dbjorge dbjorge merged commit ec4ea58 into microsoft:main Apr 27, 2023
3 checks passed
@dbjorge dbjorge deleted the nested-outputdir branch April 27, 2023 21:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ADO Extension should support nested directories for outputDir
2 participants