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