1
0
mirror of https://github.com/actions/setup-dotnet.git synced 2025-04-18 00:54:18 +07:00

build: Fix DOTNET_INSTALL_DIR enviornment variable

This commit is contained in:
Nikolai Laevskii 2023-05-12 17:11:32 +02:00
parent 7e164d3c3b
commit abf9166e44

2
dist/index.js vendored

@ -447,7 +447,7 @@ class DotnetCoreInstaller {
exports.DotnetCoreInstaller = DotnetCoreInstaller; exports.DotnetCoreInstaller = DotnetCoreInstaller;
DotnetCoreInstaller.addToPath = DotnetInstallDir.addToPath; DotnetCoreInstaller.addToPath = DotnetInstallDir.addToPath;
(() => { (() => {
DotnetInstallDir.initialize; DotnetInstallDir.initialize();
})(); })();