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