Make the move off of * dependencies
move tests back to 23704 name changed, feedback
This commit is contained in:
parent
c727c513dc
commit
cd9e5e2f08
12 changed files with 31 additions and 27 deletions
|
@ -20,7 +20,7 @@ namespace Microsoft.DotNet.Cli.Utils
|
|||
/// </summary>
|
||||
/// <param name="args"></param>
|
||||
/// <returns></returns>
|
||||
public static string EscapeAndConcatenateArgArray(IEnumerable<string> args)
|
||||
public static string EscapeAndConcatenateArgArrayForProcessStart(IEnumerable<string> args)
|
||||
{
|
||||
return string.Join(" ", EscapeArgArray(args));
|
||||
}
|
||||
|
|
|
@ -258,7 +258,7 @@ namespace Microsoft.DotNet.Cli.Utils
|
|||
command = args.FirstOrDefault();
|
||||
args = args.Skip(1);
|
||||
}
|
||||
var cmdEscapedArgs = ArgumentEscaper.EscapeAndConcatenateArgArrayForCmd(args);
|
||||
var cmdEscapedArgs = ArgumentEscaper.EscapeAndConcatenateArgArrayForCmdProcessStart(args);
|
||||
|
||||
if (ArgumentEscaper.ShouldSurroundWithQuotes(command))
|
||||
{
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
|
||||
"xunit": "2.1.0",
|
||||
"xunit.console.netcore": "1.0.2-prerelease-00101",
|
||||
"xunit.netcore.extensions": "1.0.0-prerelease-*",
|
||||
"xunit.netcore.extensions": "1.0.0-prerelease-00153",
|
||||
"xunit.runner.utility": "2.1.0",
|
||||
|
||||
"Microsoft.DotNet.ProjectModel": { "target": "project" },
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
|
||||
"xunit": "2.1.0",
|
||||
"xunit.console.netcore": "1.0.2-prerelease-00101",
|
||||
"xunit.netcore.extensions": "1.0.0-prerelease-*",
|
||||
"xunit.netcore.extensions": "1.0.0-prerelease-00153",
|
||||
"xunit.runner.utility": "2.1.0",
|
||||
|
||||
"Microsoft.DotNet.ProjectModel": { "target": "project" },
|
||||
|
|
|
@ -5,11 +5,12 @@
|
|||
},
|
||||
|
||||
"dependencies": {
|
||||
"NETStandard.Library" : "1.0.0-rc2-23714",
|
||||
"NETStandard.Library" : "1.0.0-rc2-23704",
|
||||
"Microsoft.NETCore.TestHost" : "1.0.0-rc2-23704",
|
||||
|
||||
"xunit": "2.1.0",
|
||||
"xunit.console.netcore": "1.0.2-prerelease-00101",
|
||||
"xunit.netcore.extensions": "1.0.0-prerelease-*",
|
||||
"xunit.netcore.extensions": "1.0.0-prerelease-00153",
|
||||
"xunit.runner.utility": "2.1.0",
|
||||
|
||||
"Microsoft.DotNet.ProjectModel": {"target":"project"},
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
|
||||
"dependencies": {
|
||||
"NETStandard.Library": "1.0.0-rc2-23704",
|
||||
"Microsoft.NETCore.TestHost" : "1.0.0-*",
|
||||
"Microsoft.NETCore.TestHost" : "1.0.0-rc2-23704",
|
||||
|
||||
"xunit": "2.1.0",
|
||||
"xunit.console.netcore": "1.0.2-prerelease-00101",
|
||||
"xunit.netcore.extensions": "1.0.0-prerelease-*",
|
||||
"xunit.netcore.extensions": "1.0.0-prerelease-00153",
|
||||
"xunit.runner.utility": "2.1.0",
|
||||
|
||||
"Microsoft.DotNet.Tools.Tests.Utilities": { "target": "project" },
|
||||
|
|
|
@ -5,9 +5,12 @@
|
|||
"NETStandard.Library": "1.0.0-rc2-23704",
|
||||
"Microsoft.NETCore.TestHost" : "1.0.0-*",
|
||||
|
||||
"NETStandard.Library": "1.0.0-rc2-23704",
|
||||
"Microsoft.NETCore.TestHost" : "1.0.0-rc2-23704",
|
||||
|
||||
"xunit": "2.1.0",
|
||||
"xunit.console.netcore": "1.0.2-prerelease-00101",
|
||||
"xunit.netcore.extensions": "1.0.0-prerelease-*",
|
||||
"xunit.netcore.extensions": "1.0.0-prerelease-00153",
|
||||
"xunit.runner.utility": "2.1.0",
|
||||
|
||||
"Microsoft.DotNet.Tools.Tests.Utilities": { "target": "project" },
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
|
||||
"xunit": "2.1.0",
|
||||
"xunit.console.netcore": "1.0.2-prerelease-00101",
|
||||
"xunit.netcore.extensions": "1.0.0-prerelease-*",
|
||||
"xunit.netcore.extensions": "1.0.0-prerelease-00153",
|
||||
"xunit.runner.utility": "2.1.0",
|
||||
|
||||
"Microsoft.DotNet.Tools.Tests.Utilities": { "target": "project" },
|
||||
|
|
|
@ -3,14 +3,14 @@
|
|||
"description": "Microsoft.DotNet.Tools.Tests.Utilities Class Library",
|
||||
|
||||
"dependencies": {
|
||||
"System.Collections": "4.0.11-rc2-*",
|
||||
"System.Collections.Immutable": "1.1.38-rc2-*",
|
||||
"System.Linq": "4.0.1-rc2-*",
|
||||
"System.Threading": "4.0.11-rc2-*",
|
||||
"System.IO.FileSystem": "4.0.1-rc2-*",
|
||||
"System.IO": "4.0.11-rc2-*",
|
||||
"System.Runtime.InteropServices": "4.0.21-rc2-*",
|
||||
"System.Text.RegularExpressions": "4.0.11-rc2-*",
|
||||
"System.Collections": "4.0.11-rc2-23714",
|
||||
"System.Collections.Immutable": "1.1.38-rc2-23714",
|
||||
"System.Linq": "4.0.1-rc2-23714",
|
||||
"System.Threading": "4.0.11-rc2-23714",
|
||||
"System.IO.FileSystem": "4.0.1-rc2-23714",
|
||||
"System.IO": "4.0.11-rc2-23714",
|
||||
"System.Runtime.InteropServices": "4.0.21-rc2-23714",
|
||||
"System.Text.RegularExpressions": "4.0.11-rc2-23714",
|
||||
"FluentAssertions": "4.0.0",
|
||||
"xunit": "2.1.0",
|
||||
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
|
||||
"xunit": "2.1.0",
|
||||
"xunit.console.netcore": "1.0.2-prerelease-00101",
|
||||
"xunit.netcore.extensions": "1.0.0-prerelease-*",
|
||||
"xunit.netcore.extensions": "1.0.0-prerelease-00153",
|
||||
"xunit.runner.utility": "2.1.0",
|
||||
|
||||
"Microsoft.DotNet.ProjectModel": { "target": "project" },
|
||||
|
|
|
@ -5,10 +5,10 @@
|
|||
},
|
||||
|
||||
"dependencies": {
|
||||
"Microsoft.NETCore.Runtime": "1.0.1-beta-*",
|
||||
"System.IO": "4.0.10-beta-*",
|
||||
"System.Console": "4.0.0-beta-*",
|
||||
"System.Runtime": "4.0.21-beta-*"
|
||||
"Microsoft.NETCore.Runtime": "1.0.1-rc2-23714",
|
||||
"System.IO": "4.0.10-rc2-23714",
|
||||
"System.Console": "4.0.0-rc2-23714",
|
||||
"System.Runtime": "4.0.21-rc2-23714"
|
||||
},
|
||||
|
||||
"frameworks": {
|
||||
|
|
|
@ -5,10 +5,10 @@
|
|||
},
|
||||
|
||||
"dependencies": {
|
||||
"Microsoft.NETCore.Runtime": "1.0.1-beta-*",
|
||||
"System.IO": "4.0.10-beta-*",
|
||||
"System.Console": "4.0.0-beta-*",
|
||||
"System.Runtime": "4.0.21-beta-*"
|
||||
"Microsoft.NETCore.Runtime": "1.0.1-rc2-23714",
|
||||
"System.IO": "4.0.10-rc2-23714",
|
||||
"System.Console": "4.0.0-rc2-23714",
|
||||
"System.Runtime": "4.0.21-rc2-23714"
|
||||
},
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue