Ensure the KnownFolders
module is imported before use
This commit is contained in:
parent
ba1d13d7ee
commit
1b87ddfabb
5 changed files with 23 additions and 3 deletions
scripts/Windows/Software/VisualStudio
|
@ -1,5 +1,5 @@
|
|||
#!/bin/pwsh
|
||||
Import-Module "KnownFolders";
|
||||
. "$PSScriptRoot/../../Scripts/KnownFolders.ps1";
|
||||
. "$PSScriptRoot/../../Scripts/Context.ps1";
|
||||
|
||||
$null = New-Module {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue