From 405d8bbdc91bd7cda376cf6f17cea664d976b8c1 Mon Sep 17 00:00:00 2001 From: Andrew Au Date: Thu, 23 May 2019 13:33:07 -0700 Subject: [PATCH] Turn SETLOCAL on so that we don't accumulate in the PATH --- startvs.cmd | 1 + 1 file changed, 1 insertion(+) diff --git a/startvs.cmd b/startvs.cmd index d15843640b..dd9c798c5b 100644 --- a/startvs.cmd +++ b/startvs.cmd @@ -1,4 +1,5 @@ @ECHO OFF +SETLOCAL :: This command launches a Visual Studio solution with environment variables required to use a local version of the .NET Core SDK.