3 references to WriteGitHubOutput
SelectTests (3)
Program.cs (3)
259
WriteGitHubOutput
("project_override_props", restrictBuild ? options.BeforeBuildProps! : "");
266
WriteGitHubOutput
("has_dotnet_tests", hasDotnetTests ? "true" : "false");
580
WriteGitHubOutput
("selection", selection.ToJsonString());