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