From fcf7fa75e4240587b5f04e805481d3de1ad48e68 Mon Sep 17 00:00:00 2001 From: Manuel Thalmann Date: Tue, 18 Jul 2023 17:51:33 +0200 Subject: [PATCH] Refresh environment variables before launching nvs --- scripts/Windows/Collections/Personal.ps1 | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/Windows/Collections/Personal.ps1 b/scripts/Windows/Collections/Personal.ps1 index 77307190..b77ce892 100644 --- a/scripts/Windows/Collections/Personal.ps1 +++ b/scripts/Windows/Collections/Personal.ps1 @@ -114,6 +114,7 @@ function Restore-PersonalApps([Context] $context) { python ` visualstudio2019-workload-vctools; + refreshenv; nvs add latest; nvs link latest;