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

This commit is contained in:
Andrew Au 2019-05-23 13:33:07 -07:00 committed by Doug Bunting
parent 3bb9cda189
commit 405d8bbdc9
1 changed files with 1 additions and 0 deletions

View File

@ -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.