dotnet-installer/test/dotnet.Tests/ParserTests
William Lee 9cc2b7cd2f
Change --source to --source-feed and make it additional (#8833)
Other than change source to source-feed and make it additional instead of exclusive. I changed source to be multiple. Because restore support multiple source https://github.com/Microsoft/dotnet/issues/361

As for mock. The offline feed and source feed is considered the same, so remove the category of “source”. I renamed source to “AdditionalFeed” because that is more accurate on implementation level.

Note:
NuGet feed don’t have order. Whichever responses the fastest, is the first.
No change on restore.

scripts/cli-test-env.sh change is due to mac 10.13 is finally added to RID graph. And it is “considered” one of the CLI supported RID
2018-03-19 22:22:45 -07:00
..
AddReferenceParserTests.cs Redirect parser to localized validation messages 2017-06-27 15:49:00 -07:00
ArgumentForwardingExtensionsTests.cs publish, cache, text fixes; rename ForwardAs and introduce ForwardAsMany 2017-03-16 13:22:08 -07:00
InstallToolParserTests.cs Change --source to --source-feed and make it additional (#8833) 2018-03-19 22:22:45 -07:00
MigrateParserTests.cs Remove ProjectJson solution and its tests 2017-05-01 08:27:02 -07:00
RestoreParserTests.cs enforce repeating options to for multiple arguments 2017-03-30 07:43:04 -07:00
RunParserTests.cs typo 2017-08-14 21:26:49 -07:00
UninstallInstallToolParserTests.cs tool-path option -- "Session tool" (#8716) 2018-03-06 15:58:05 -08:00
UpdateToolParserTests.cs Change --source to --source-feed and make it additional (#8833) 2018-03-19 22:22:45 -07:00
ValdidationMessageTests.cs Honor UI language override in test runs 2017-07-18 22:03:31 -07:00