Enable ability to change .NET SDK installation directory by DOTNET_INSTALL_DIR environment variable (#329)

This commit is contained in:
Ivan
2022-10-04 10:22:05 +02:00
committed by GitHub
parent c7e7147fd3
commit 45c9f236cf
6 changed files with 38 additions and 36 deletions

View File

@ -1,3 +1,2 @@
export const IS_WINDOWS = process.platform === 'win32';
export const IS_LINUX = process.platform === 'linux';
export const IS_MAC = process.platform === 'darwin';