dotnet-installer/src/dotnet/commands
Piotr Puszkiewicz 2db1997bc0 Merge remote-tracking branch 'refs/remotes/origin/feature/msbuild'
Conflicts:
	Microsoft.DotNet.Cli.sln
	build_projects/dotnet-cli-build/DebTargets.cs
	build_projects/dotnet-cli-build/TestTargets.cs
	scripts/package/package-debian.sh
	src/Microsoft.Extensions.DependencyModel/DependencyContextJsonReader.cs
	src/dotnet/commands/dotnet-new/Program.cs
	src/dotnet/commands/dotnet-pack/PackageGenerator.cs
	test/Microsoft.Extensions.DependencyModel.Tests/DependencyContextJsonReaderTest.cs
2016-08-16 18:30:52 -07:00
..
dotnet-build After NuGet started lower casing the packages, we started hitting issues where we failed to locate dependencies under our list of libraries due to different casing in the libraries names. The fix here is to compare the library names ignoring casing. 2016-07-28 21:17:32 -07:00
dotnet-build3 Adding Restore3 command for msbuild restore support. 2016-08-12 00:05:21 -07:00
dotnet-compile After NuGet started lower casing the packages, we started hitting issues where we failed to locate dependencies under our list of libraries due to different casing in the libraries names. The fix here is to compare the library names ignoring casing. 2016-07-28 21:17:32 -07:00
dotnet-compile-csc Pass debugType thru to the command line compiler 2016-08-03 18:08:14 -07:00
dotnet-compile-native Remove mentions of dotnet-compile 2016-05-13 14:51:38 -07:00
dotnet-help Update HelpCommand.cs 2016-08-07 07:31:28 -07:00
dotnet-new Merge remote-tracking branch 'refs/remotes/origin/feature/msbuild' 2016-08-16 18:30:52 -07:00
dotnet-nuget Add nuget command to dotnet cli 2016-08-16 09:27:55 -07:00
dotnet-pack Merge remote-tracking branch 'refs/remotes/origin/feature/msbuild' 2016-08-16 18:30:52 -07:00
dotnet-publish After NuGet started lower casing the packages, we started hitting issues where we failed to locate dependencies under our list of libraries due to different casing in the libraries names. The fix here is to compare the library names ignoring casing. 2016-07-28 21:17:32 -07:00
dotnet-repl Remove System.CommandLine dependency. 2016-04-20 18:47:37 -05:00
dotnet-repl-csi Remove System.CommandLine dependency. 2016-04-20 18:47:37 -05:00
dotnet-resgen Remove System.CommandLine dependency. 2016-04-20 18:47:37 -05:00
dotnet-restore Tell dotnet restore to install nuget.props and nuget.targets files using an environment variable, so the SDK .targets are installed into the user's project. 2016-08-10 20:08:17 -05:00
dotnet-restore3 Adding Restore3 command for msbuild restore support. 2016-08-12 00:05:21 -07:00
dotnet-run PR feedback. 2016-08-01 19:06:46 -05:00
dotnet-run3 Implement 'run3' command which will execute the MSBuild project. 2016-07-21 11:57:20 -05:00
dotnet-test Generate runtimeconfig.json and runtimeconfig.dev.json from MSBuild 2016-07-26 20:53:17 -05:00