9 writes to RidSpecific
Microsoft.DotNet.PackageInstall.Tests (9)
EndToEndToolTests.cs (6)
150
RidSpecific
= true
209
RidSpecific
= true,
238
RidSpecific
= true,
299
RidSpecific
= true, // will make one package for each RID except the current RID
326
RidSpecific
= true,
360
RidSpecific
= true,
TestToolBuilder.cs (3)
31
public bool NativeAOT { get; set { field = value; this.
RidSpecific
= value; } } = false;
32
public bool SelfContained { get; set { field = value; this.
RidSpecific
= value; } } = false;
33
public bool Trimmed { get; set { field = value; this.
RidSpecific
= value; } } = false;
2 references to RidSpecific
Microsoft.DotNet.PackageInstall.Tests (2)
TestToolBuilder.cs (2)
78
if (
RidSpecific
)
117
if (toolSettings.
RidSpecific
)