Merge branch 'release/7.0.1xx' into marcpopMSFT-fixtelemetrytestversion

This commit is contained in:
Marc Paine 2022-11-06 20:44:09 -08:00 committed by GitHub
commit fdd0b18d83
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 44 additions and 19 deletions

View file

@ -16,6 +16,7 @@ namespace EndToEnd.Tests
var sdkVersion = versionCommand.StdOut.Trim();
var dotnetdir = Path.Combine(Path.GetDirectoryName(RepoDirectoriesProvider.DotnetUnderTest), "sdk", sdkVersion);
var result = AssemblyInfo.Get(Path.Combine(dotnetdir, "dotnet.dll"), "AssemblyMetadataAttribute");
result.Should().Contain("TelemetryOptOutDefault:False");
}