dotnet-installer/test/Microsoft.DotNet.Configurer.UnitTests
Omair Majid 34b44b999b Avoid repeating the first-run message if lzma archive is missing
If the LZMA archive is missing, the first-run message is printed every time.
This commit fixes that.

Split the first-run message into two pieces:

- The first-run (welcome and telemetry) message is printed only once, no matter
  whether the cache was primed or not.

- The cache-priming message is printed only if the cache is avaialble.
  Otherwise skip the cache introduction and the ccache priming operation.
2017-06-19 18:08:05 -04:00
..
GivenADotnetFirstTimeUseConfigurer.cs Avoid repeating the first-run message if lzma archive is missing 2017-06-19 18:08:05 -04:00
GivenANuGetCachePrimer.cs Merge branch 'rel/1.1.0' into merge_rel_110 2017-06-01 09:43:31 -07:00
GivenANuGetCacheSentinel.cs Making restore use a config file so that it does not use fallback folders that may exist in the machine. 2017-05-22 09:42:40 -07:00
GivenANuGetConfig.cs Fixing failures in tests when the user has a fallbackfolder setup on this machine already. These failures are again due to the fact that --packages are not populated when the packages are found in the fallback folder. 2017-04-03 22:15:40 -07:00
Microsoft.DotNet.Configurer.UnitTests.csproj Updating the SDK. Mostly, had to change PackageTargetFallback to AssetTargetFallback. 2017-06-14 00:27:26 -07:00