Skip to content

Commit d5d94f7

Browse files
committed
prepend env: to repoDir
1 parent c5b3e88 commit d5d94f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.azure-pipelines/generate-v1.0-models.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ steps:
8484
inputs:
8585
targetType: inline
8686
script: |
87-
$mainDir = Join-Path $repoDir "\src\main\"
87+
$mainDir = Join-Path $env:repoDir "\src\main\"
8888
$extensionsAndGeneratedDirectories = Get-ChildItem $mainDir -Include extensions,generated -Recurse -Directory
8989
9090
# this list should be updated if a new hand-crafted extension is added to one of the extensions/ directories

0 commit comments

Comments
 (0)