Quick fix to unblock codeflow while I investigate further

This commit is contained in:
Marc Paine 2022-11-04 16:50:32 -07:00 committed by GitHub
parent 8f3c970895
commit 6e5661babc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,7 +10,7 @@ namespace EndToEnd.Tests
[Fact] [Fact]
public void TelemetryOptOutDefaultAttribute() public void TelemetryOptOutDefaultAttribute()
{ {
var dotnetdir = Path.Combine(Path.GetDirectoryName(RepoDirectoriesProvider.DotnetUnderTest), "sdk", "7.0.100"); var dotnetdir = Path.Combine(Path.GetDirectoryName(RepoDirectoriesProvider.DotnetUnderTest), "sdk", "7.0.101");
var result = AssemblyInfo.Get(Path.Combine(dotnetdir, "dotnet.dll"), "AssemblyMetadataAttribute"); var result = AssemblyInfo.Get(Path.Combine(dotnetdir, "dotnet.dll"), "AssemblyMetadataAttribute");
result.Should().Contain("TelemetryOptOutDefault:False"); result.Should().Contain("TelemetryOptOutDefault:False");
} }