diff --git a/windows/VsDevEnv.ps1 b/windows/VsDevEnv.ps1 deleted file mode 100644 index 649c7e88d8105c156c11a9fa4930c8c5a9644d97..0000000000000000000000000000000000000000 --- a/windows/VsDevEnv.ps1 +++ /dev/null @@ -1,8 +0,0 @@ -pushd "C:/Program Files (x86)/Microsoft Visual Studio/2017/BuildTools/Common7/Tools" -cmd /c "VsDevCmd.bat $args & set" | -foreach { - if ($_ -match "=") { - $v = $_.split("="); set-item -force -path "ENV:\$($v[0])" -value "$($v[1])" - } -} -popd \ No newline at end of file