We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5b3e88 commit d5d94f7Copy full SHA for d5d94f7
.azure-pipelines/generate-v1.0-models.yml
@@ -84,7 +84,7 @@ steps:
84
inputs:
85
targetType: inline
86
script: |
87
- $mainDir = Join-Path $repoDir "\src\main\"
+ $mainDir = Join-Path $env:repoDir "\src\main\"
88
$extensionsAndGeneratedDirectories = Get-ChildItem $mainDir -Include extensions,generated -Recurse -Directory
89
90
# this list should be updated if a new hand-crafted extension is added to one of the extensions/ directories
0 commit comments