You've already forked setup-dotnet
mirror of
https://github.com/actions/setup-dotnet.git
synced 2025-08-20 04:24:43 +07:00
Fix DOTNET_INSTALL_DIR enviornment variable
This commit is contained in:
@ -239,7 +239,7 @@ export class DotnetCoreInstaller {
|
|||||||
static addToPath = DotnetInstallDir.addToPath;
|
static addToPath = DotnetInstallDir.addToPath;
|
||||||
|
|
||||||
static {
|
static {
|
||||||
DotnetInstallDir.initialize;
|
DotnetInstallDir.initialize();
|
||||||
}
|
}
|
||||||
|
|
||||||
constructor(private version: string, private quality: QualityOptions) {}
|
constructor(private version: string, private quality: QualityOptions) {}
|
||||||
|
Reference in New Issue
Block a user