Update TelemetryOptOutDefaultTests.cs
This commit is contained in:
parent
d780b35afa
commit
1138045cdd
1 changed files with 1 additions and 1 deletions
|
@ -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-dev");
|
var dotnetdir = Path.Combine(Path.GetDirectoryName(RepoDirectoriesProvider.DotnetUnderTest), "sdk", "7.0.100");
|
||||||
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");
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue