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