Add logic for processing DOTNET_INSTALL_DIR environment variable (#332)

This commit is contained in:
Ivan
2022-10-10 14:27:29 +02:00
committed by GitHub
parent 70c3f4d098
commit 4d4a70f4a5
9 changed files with 598 additions and 580 deletions

View File

@ -5,11 +5,7 @@ import path from 'path';
const fakeSourcesDirForTesting = path.join(
__dirname,
'runner',
path.join(
Math.random()
.toString(36)
.substring(7)
),
path.join(Math.random().toString(36).substring(7)),
's'
);