Browse Source

Turn SETLOCAL on so that we don't accumulate in the PATH

Andrew Au 6 years ago
parent
commit
405d8bbdc9
1 changed files with 1 additions and 0 deletions
  1. 1 0
      startvs.cmd

+ 1 - 0
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.