mirror of
https://github.com/actions/runner.git
synced 2025-12-12 15:13:30 +00:00
load and print machine setup info from .setup_info (#364)
This commit is contained in:
@@ -279,6 +279,13 @@ namespace GitHub.Runner.Common.Tests
|
||||
GetDirectory(WellKnownDirectory.Root),
|
||||
".options");
|
||||
break;
|
||||
|
||||
case WellKnownConfigFile.SetupInfo:
|
||||
path = Path.Combine(
|
||||
GetDirectory(WellKnownDirectory.Root),
|
||||
".setup_info");
|
||||
break;
|
||||
|
||||
default:
|
||||
throw new NotSupportedException($"Unexpected well known config file: '{configFile}'");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user