dotnet-installer/src/dotnet/commands
2016-08-23 13:44:07 -05: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 Remove mentions of dotnet-compile 2016-05-13 14:51:38 -07:00
dotnet-compile-native Remove mentions of dotnet-compile 2016-05-13 14:51:38 -07:00
dotnet-help update help message 2016-06-02 15:21:29 -07:00
dotnet-new Update the Sdk version to the latest build. 2016-08-23 13:44:07 -05:00
dotnet-pack dotnet-build3 Adding msbuild execution command to cli 2016-06-23 13:57:33 -07:00
dotnet-pack3 added pack3 command for dotnet (#4058) 2016-08-18 16:53:55 -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