Rename powershell command
This commit is contained in:
parent
8e4f0ccd9a
commit
9758a6428f
16 changed files with 35 additions and 35 deletions
scripts/Windows/Software/VisualStudio
|
@ -12,7 +12,7 @@ $null = New-Module {
|
|||
return Join-Path $($context.BackupRoot()) $packageName ".vsconfig";
|
||||
}
|
||||
|
||||
function Invoke-BackupVisualStudio([Context] $context) {
|
||||
function Backup-VisualStudio([Context] $context) {
|
||||
foreach ($version in $versions) {
|
||||
$configPath = Get-ConfigPath $context $version[0];
|
||||
$null = New-Item -Force -ItemType Directory "$(Split-Path -Parent $configPath)";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue