Ensure the KnownFolders module is imported before use

This commit is contained in:
Manuel Thalmann 2024-03-24 15:18:01 +01:00
commit 1b87ddfabb
5 changed files with 23 additions and 3 deletions
scripts/Windows/Software/VisualStudio

View file

@ -1,5 +1,5 @@
#!/bin/pwsh
Import-Module "KnownFolders";
. "$PSScriptRoot/../../Scripts/KnownFolders.ps1";
. "$PSScriptRoot/../../Scripts/Context.ps1";
$null = New-Module {