mirror of
https://github.com/actions/runner.git
synced 2025-12-10 12:36:23 +00:00
Add InternalsVisibleTo attribute for testing purposes
This commit is contained in:
@@ -12,6 +12,12 @@
|
|||||||
<PublishReadyToRunComposite>true</PublishReadyToRunComposite>
|
<PublishReadyToRunComposite>true</PublishReadyToRunComposite>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
|
<ItemGroup>
|
||||||
|
<AssemblyAttribute Include="System.Runtime.CompilerServices.InternalsVisibleTo">
|
||||||
|
<_Parameter1>Test</_Parameter1>
|
||||||
|
</AssemblyAttribute>
|
||||||
|
</ItemGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<ProjectReference Include="..\Sdk\Sdk.csproj" />
|
<ProjectReference Include="..\Sdk\Sdk.csproj" />
|
||||||
<ProjectReference Include="..\Runner.Common\Runner.Common.csproj" />
|
<ProjectReference Include="..\Runner.Common\Runner.Common.csproj" />
|
||||||
|
|||||||
Reference in New Issue
Block a user