4 writes to RollForward
Microsoft.NET.Build.Tasks.UnitTests (4)
GivenAGenerateRuntimeConfigurationFiles.cs (4)
53
RollForward
= "LatestMinor"
108
RollForward
= "LatestMinor"
161
RollForward
= "LatestMinor"
201
RollForward
= "LatestMinor"
4 references to RollForward
Microsoft.NET.Build.Tasks (4)
GenerateRuntimeConfigurationFiles.cs (4)
90
if (!string.IsNullOrEmpty(
RollForward
))
92
if (!RollForwardValues.Contains(
RollForward
, StringComparer.OrdinalIgnoreCase))
94
Log.LogError(Strings.InvalidRollForwardValue,
RollForward
, string.Join(", ", RollForwardValues));
245
runtimeOptions.RollForward =
RollForward
;