mirror of
https://github.com/actions/runner.git
synced 2025-12-25 02:47:19 +08:00
5 lines
130 B
C#
5 lines
130 B
C#
using System.Runtime.CompilerServices;
|
|
|
|
[assembly: InternalsVisibleTo("Runner.Worker")]
|
|
[assembly: InternalsVisibleTo("Test")]
|