Turn SETLOCAL on so that we don't accumulate in the PATH
This commit is contained in:
parent
3bb9cda189
commit
405d8bbdc9
|
|
@ -1,4 +1,5 @@
|
||||||
@ECHO OFF
|
@ECHO OFF
|
||||||
|
SETLOCAL
|
||||||
|
|
||||||
:: This command launches a Visual Studio solution with environment variables required to use a local version of the .NET Core SDK.
|
:: This command launches a Visual Studio solution with environment variables required to use a local version of the .NET Core SDK.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue