build: Fix DOTNET_INSTALL_DIR enviornment variable
This commit is contained in:
parent
7e164d3c3b
commit
abf9166e44
|
@ -447,7 +447,7 @@ class DotnetCoreInstaller {
|
|||
exports.DotnetCoreInstaller = DotnetCoreInstaller;
|
||||
DotnetCoreInstaller.addToPath = DotnetInstallDir.addToPath;
|
||||
(() => {
|
||||
DotnetInstallDir.initialize;
|
||||
DotnetInstallDir.initialize();
|
||||
})();
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue