dotnet-installer/TestAssets/TestProjects/MSBuildTestApp
William Li 83f3a3ec86 Fix dotnet run double dash passing arguments
When run “dotnet run -- foo”, foo should be the argument passed to the
subject app. After replacing the original parser, dotnet-run did not
utilize the “unparsedtoken” of the parsed result.

To append unparsedtoken to RunCommand’s argument is not straight
forward. RunCommand has an “immutable constructor”, which is a good
thing, so I made update RunCommand’s argument following the immutable
pattern -- create a new object with the original field but only change
the arguments. I also made these filed private set.
2017-04-13 16:56:57 -07:00
..
MSBuildTestApp.csproj moving dependecymodel and platformabstraction to preview1-001960 2017-04-11 17:00:50 -07:00
NuGet.Config Remove deprecated test assets (#4546) 2016-10-31 16:16:07 -07:00
Program.cs Fix dotnet run double dash passing arguments 2017-04-13 16:56:57 -07:00