File tree 2 files changed +4
-1
lines changed
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
37
37
robocopy / mir $PSScriptRoot / .vscode $Path / .vscode
38
38
robocopy / mir $PSScriptRoot / tools $Path / tools
39
39
robocopy $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
41
41
robocopy $PSScriptRoot / test $Path / test Directory.Build.* .editorconfig
42
42
Remove-Item $Path / azure- pipelines/ expand-template .yml
Original file line number Diff line number Diff line change @@ -148,6 +148,9 @@ try {
148
148
Replace- Placeholders - Path " src/AssemblyInfo.cs" - Replacements @ {
149
149
' COMPANY-PLACEHOLDER' = $Author
150
150
}
151
+ Replace- Placeholders - Path " src/AssemblyInfo.vb" - Replacements @ {
152
+ ' COMPANY-PLACEHOLDER' = $Author
153
+ }
151
154
Replace- Placeholders - Path " LICENSE" - Replacements @ {
152
155
' COMPANY-PLACEHOLDER' = $Author
153
156
}
You can’t perform that action at this time.
0 commit comments