1 write to IsStable
Microsoft.DotNet.Build.Manifest (1)
BuildModelFactory.cs (1)
167IsStable = isStableBuild,
6 references to IsStable
Microsoft.DotNet.Build.Manifest (6)
BuildIdentity.cs (2)
167string value = Attributes.GetOrDefault(nameof(IsStable)); 181Attributes[nameof(IsStable)] = value.ToString().ToLower();
BuildModelFactory.cs (4)
316if (refIdentity.IsStable != identity.IsStable) 318differences.Add($"IsStable: expected '{refIdentity.IsStable}', found '{identity.IsStable}'");