dotnet-installer/test/dotnet-run.Tests
Peter Huene 4f7c76b4e4 Make --no-build imply --no-restore for run command.
This commit makes the `--no-build` option for the run command
automatically imply `--no-restore`.

Fixes issue #7472.
2017-11-28 16:01:18 -08:00
..
dotnet-run.Tests.csproj Merge upstream changes 2017-08-28 11:09:19 -07:00
GivenDotnetRunRunsCsProj.cs Make --no-build imply --no-restore for run command. 2017-11-28 16:01:18 -08:00
GivenThatWeCanPassNonProjectFilesToDotnetRun.cs Handling an exception that happens when dotnet run is invoked with a file that is not a valid project file. We catch that exception and re-throw it as a GracefulException. 2017-06-23 10:47:09 -07:00