File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55 </PropertyGroup >
66
77 <PropertyGroup Label =" NuGetPublishSettings" >
8- <NuGetPublishVersion >0.1.1 </NuGetPublishVersion >
8+ <NuGetPublishVersion >0.1.2 </NuGetPublishVersion >
99 <NuGetPublishVersionSuffix ></NuGetPublishVersionSuffix >
1010 <!-- relative path from .csproj files, without trailing slash -->
1111 <NuGetPublishProjectRootRelPath >..</NuGetPublishProjectRootRelPath >
Original file line number Diff line number Diff line change @@ -89,6 +89,7 @@ public static CommandLineOptions Parse(string[] args)
8989 continue ;
9090 }
9191
92+ case SR . Flag_Delimiter :
9293 case SR . Flag_TEST :
9394 {
9495 continue ;
Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ internal static class SR
1313 public const string Flag_ConfigurationShort = "-c" ;
1414 public const string Flag_Debug = "Debug" ;
1515 public const string Flag_Release = "Release" ;
16+ public const string Flag_Delimiter = "--" ;
1617
1718 public const string EmojiPassed = "✓" ;
1819 public const string EmojiFailed = "×" ;
You can’t perform that action at this time.
0 commit comments