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