We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1cfe424 commit 58eb69aCopy full SHA for 58eb69a
.azure-pipelines/batch-generation.yml
@@ -86,7 +86,7 @@ jobs:
86
$subModulePath = Get-ChildItem -Path $modulePath -Directory |
87
Where-Object { $_.Name -like '*.autorest' }
88
foreach ($subModule in $subModulePath) {
89
- $filePath = Join-Path $folderPath "newfile.txt"
+ $filePath = Join-Path $subModule "newfile.txt"
90
"This is a new file in $folder" | Out-File -FilePath $filePath -Encoding UTF8
91
}
92
0 commit comments