Skip to content

Commit 58eb69a

Browse files
committed
filter 21
1 parent 1cfe424 commit 58eb69a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.azure-pipelines/batch-generation.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
$subModulePath = Get-ChildItem -Path $modulePath -Directory |
8787
Where-Object { $_.Name -like '*.autorest' }
8888
foreach ($subModule in $subModulePath) {
89-
$filePath = Join-Path $folderPath "newfile.txt"
89+
$filePath = Join-Path $subModule "newfile.txt"
9090
"This is a new file in $folder" | Out-File -FilePath $filePath -Encoding UTF8
9191
}
9292
}

0 commit comments

Comments
 (0)