Nx
Enterprise
Nx
Overview
Sign in / Sign up
Open main menu
Nx
GitHub
Select a tab
Overview
Runs
Analytics
Nx
GitHub
Overview
Runs
Analytics
Loading workspace stats
Loading workspace insights...
Statistics interval
7 days
30 days
Latest CI Pipeline Executions
Filter range
Sort by
Sort by
Start time
Sort ascending
Sort descending
Filter
Filter exact branch match
Exact
Select status
Succeeded
31856/merge
f000ca00 fix(plugin): handle directory paths correctly in executor and generator generators The executor and generator generators were not creating subdirectories as expected when provided with directory paths. For example, when using `--path=nx-tools/azure/src/executors/artifact-upload`, users expected files to be created in `nx-tools/azure/src/executors/artifact-upload/` directory, but they were being created directly in `nx-tools/azure/src/executors/`. This fix detects when the path looks like a directory path (doesn't end with an explicit filename) and adjusts the directory to include the artifact name as a subdirectory. Changes: - Modified normalizeOptions in both executor and generator generators to detect directory paths - Added logic to create subdirectories when the path segment matches the artifact name - Added comprehensive tests to verify the fix works correctly - Ensures backward compatibility with existing file path usage Fixes #31803 Co-authored-by: Craigory Coppola <AgentEnder@users.noreply.github.com>
12 days ago
by AgentEnder
Previous Page
Prev
Next
Next Page