Add log messages for all installation steps
This commit is contained in:
parent
9ffa903626
commit
c6907d6eec
12 changed files with 31 additions and 0 deletions
scripts/Windows/Software/VisualStudio
|
@ -13,7 +13,11 @@ $null = New-Module {
|
|||
}
|
||||
|
||||
function Backup-VisualStudio([Context] $context) {
|
||||
Write-Host "Backing up Visual Studio";
|
||||
|
||||
foreach ($version in $versions) {
|
||||
Write-Information "Backing up $($version[1]): $($version[2])";
|
||||
|
||||
$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