dotnet-installer/test/Microsoft.DotNet.Tools.Tests.Utilities/Commands
Eric Erhardt f2d917ed2e Execute 'csc' with working directory set to the project directory.
When using a ruleset with a relative path in buildOptions, csc can't
find the file because it is not working in the same directory as the
project.

Fix #2710
2016-05-01 22:46:03 -05:00
..
BuildCommand.cs Execute 'csc' with working directory set to the project directory. 2016-05-01 22:46:03 -05:00
DependencyToolInvokerCommand.cs Address PR feedback 2016-04-25 12:02:07 -07:00
DotnetCommand.cs Add kestrel tests. 2016-04-04 17:57:12 -07:00
DotnetTestCommand.cs Modifying the reporting channels to make the AdapterChannel a client and leave the TestRunnerChannel a server. This will prevent port conflicts between dotnet test and the Adapter (VS) due to race conditions. 2016-03-15 15:13:54 -07:00
HelpCommand.cs Move the help command it it's own class. 2016-02-15 20:11:02 -08:00
NewCommand.cs Fixup some Usings Statements. Remove SkipForOS function in favor of ActiveIssue 2016-01-05 16:05:43 -08:00
PackCommand.cs Fix dontet pack with buildbasepath 2016-02-23 19:13:50 -08:00
PublishCommand.cs Replaces references to Microsoft.Extensions.PlatformAbstractions with Microsoft.Extensions.PlatformAbstractions.Internal 2016-04-29 16:06:23 -07:00
RestoreCommand.cs Remove infer-runtimes from EndToEnd tests. 2016-04-08 09:32:56 -05:00
RunCommand.cs Adding dotnet run tests for passing arguments to the app. 2016-04-26 19:58:41 -05:00
TestCommand.cs dotnet build fails with xmlDoc = true and spaces in the path. 2016-04-27 15:43:12 -05:00