Skip to content

Commit ac11667

Browse files
authored
Copy psd1 of submodule for testing (#21254)
Currently, we do not copy psd1 of submodules to *.autorest folder. And we need this file for testing.
1 parent 0c89f74 commit ac11667

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/Gen2Master/MoveFromGeneration2Master.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ Function Move-Generation2MasterHybrid {
252252
Remove-Item -Path $LocalModulesPath -Recurse -Force
253253
}
254254
#EndRegion
255-
$File2Copy = @('*.ps1', 'how-to.md', 'readme.md', 'README.md', '*.psm1', '*.ps1xml')
255+
$File2Copy = @('*.ps1', 'how-to.md', 'readme.md', 'README.md', '*.psm1', '*.ps1xml', '*.psd1')
256256
Foreach ($File in $File2Copy) {
257257
$SourceItem = Join-Path -Path (Join-Path -Path $SourcePath -ChildPath $submoduleDir.Name) -ChildPath $File
258258
$DestItem = Join-Path -Path (Join-Path -Path $DestPath -ChildPath $submoduleDir.Name) -ChildPath $File

0 commit comments

Comments
 (0)