File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ internal IniFileSettingsSource(string[] lines)
2424 internal static IEnumerable < ( string , string ) > Parse ( IEnumerable < string > lines )
2525 {
2626 var sectionMatcher = new Regex ( @"^\[(.+)\]$" , RegexOptions . IgnoreCase ) ;
27- var keyValueMatcher = new Regex ( @"^\s*( .+?)\s*=\s*(.*)$" , RegexOptions . IgnoreCase ) ;
27+ var keyValueMatcher = new Regex ( @"^\s*(.+?)\s*=\s*(.*)$" , RegexOptions . IgnoreCase ) ;
2828
2929 //Last section matched
3030 var currentSection = "" ;
Original file line number Diff line number Diff line change 1- version : 1.4 .{build}
1+ version : 1.5 .{build}
22image : Ubuntu1804
33assembly_info :
44 patch : true
1919 publish_nuget_symbols : true
2020 use_snupkg_format : true
2121 include_nuget_references : false
22- verbosity : minimal
22+ verbosity : minimal
You can’t perform that action at this time.
0 commit comments