Skip to content

Commit

Permalink
Copy the .config file when applying the template
Browse files Browse the repository at this point in the history
  • Loading branch information
AArnott committed Apr 17, 2023
1 parent b3e9f4e commit 0c36c87
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Apply-Template.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ try {

Write-Host "Updating $Path"
robocopy /mir $PSScriptRoot/azure-pipelines $Path/azure-pipelines
robocopy /mir $PSScriptRoot/.config $Path/.config
robocopy /mir $PSScriptRoot/.devcontainer $Path/.devcontainer
robocopy /mir $PSScriptRoot/.github $Path/.github
robocopy /mir $PSScriptRoot/.vscode $Path/.vscode
Expand Down

0 comments on commit 0c36c87

Please sign in to comment.