mirror of
https://github.com/actions/runner.git
synced 2025-12-10 20:36:49 +00:00
* call run service renewjob * format * formatting * make it private and expose internals * lint * fix exception class * lint * fix test as well
4 lines
79 B
C#
4 lines
79 B
C#
using System.Runtime.CompilerServices;
|
|
|
|
[assembly: InternalsVisibleTo("Test")]
|