Rename powershell command

This commit is contained in:
Manuel Thalmann 2023-06-30 12:19:54 +02:00
commit 9758a6428f
16 changed files with 35 additions and 35 deletions
scripts/Windows/Software/VisualStudio

View file

@ -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)";