Add telemetry data points for .NET Core 2.0
This commit is contained in:
parent
676fe41aca
commit
081f208942
29 changed files with 1324 additions and 77 deletions
|
@ -106,8 +106,9 @@ namespace Microsoft.DotNet.Tests
|
|||
|
||||
command.ExecuteWithCapturedOutput("internal-reportinstallsuccess test").Should().Pass();
|
||||
|
||||
var emptyHomeFolder = new DirectoryInfo(Path.Combine(emptyHome, ".dotnet"));
|
||||
emptyHomeFolder.Should().NotExist();
|
||||
var homeFolder = new DirectoryInfo(Path.Combine(emptyHome, ".dotnet"));
|
||||
string[] fileEntries = Directory.GetFiles(homeFolder.ToString());
|
||||
fileEntries.Should().OnlyContain(x => !x.Contains(".dotnetFirstUseSentinel"));
|
||||
}
|
||||
|
||||
[Fact]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue