We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7233fa3 + ebb586f commit 71b9db8Copy full SHA for 71b9db8
Apply-Template.ps1
@@ -37,6 +37,6 @@ robocopy /mir $PSScriptRoot/.github $Path/.github
37
robocopy /mir $PSScriptRoot/.vscode $Path/.vscode
38
robocopy /mir $PSScriptRoot/tools $Path/tools
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
+robocopy $PSScriptRoot/src $Path/src Directory.Build.* .editorconfig AssemblyInfo.cs AssemblyInfo.vb
41
robocopy $PSScriptRoot/test $Path/test Directory.Build.* .editorconfig
42
Remove-Item $Path/azure-pipelines/expand-template.yml
0 commit comments