You've already forked setup-dotnet
mirror of
https://github.com/actions/setup-dotnet.git
synced 2025-09-06 21:04:06 +07:00
Call addToPath method on DotnetInstallDir directly
This commit is contained in:
@ -246,8 +246,6 @@ export abstract class DotnetInstallDir {
|
||||
}
|
||||
|
||||
export class DotnetCoreInstaller {
|
||||
static addToPath = DotnetInstallDir.addToPath;
|
||||
|
||||
static {
|
||||
DotnetInstallDir.setEnvironmentVariable();
|
||||
}
|
||||
|
Reference in New Issue
Block a user