File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -37,6 +37,6 @@ robocopy /mir $PSScriptRoot/.github $Path/.github
3737robocopy / mir $PSScriptRoot / .vscode $Path / .vscode
3838robocopy / mir $PSScriptRoot / tools $Path / tools
3939robocopy $PSScriptRoot $Path Directory.Build.* Directory.Packages.props global.json init.* azure- pipelines.yml .gitignore .gitattributes .editorconfig
40- robocopy $PSScriptRoot / src $Path / src Directory.Build.* .editorconfig AssemblyInfo.cs
40+ robocopy $PSScriptRoot / src $Path / src Directory.Build.* .editorconfig AssemblyInfo.cs AssemblyInfo.vb
4141robocopy $PSScriptRoot / test $Path / test Directory.Build.* .editorconfig
4242Remove-Item $Path / azure- pipelines/ expand-template .yml
Original file line number Diff line number Diff line change @@ -148,6 +148,9 @@ try {
148148 Replace- Placeholders - Path " src/AssemblyInfo.cs" - Replacements @ {
149149 ' COMPANY-PLACEHOLDER' = $Author
150150 }
151+ Replace- Placeholders - Path " src/AssemblyInfo.vb" - Replacements @ {
152+ ' COMPANY-PLACEHOLDER' = $Author
153+ }
151154 Replace- Placeholders - Path " LICENSE" - Replacements @ {
152155 ' COMPANY-PLACEHOLDER' = $Author
153156 }
You can’t perform that action at this time.
0 commit comments