Remove prior verison of test.
This commit is contained in:
parent
1138045cdd
commit
4f0837a5ef
1 changed files with 0 additions and 23 deletions
|
@ -1,23 +0,0 @@
|
|||
using System;
|
||||
using System.IO;
|
||||
using System.Linq;
|
||||
using System.Reflection;
|
||||
using System.Xml.Linq;
|
||||
using FluentAssertions;
|
||||
using Microsoft.DotNet.TestFramework;
|
||||
using Microsoft.DotNet.Tools.Test.Utilities;
|
||||
using Xunit;
|
||||
|
||||
namespace EndToEnd.Tests
|
||||
{
|
||||
public class OfficialBuilderTests : TestBase
|
||||
{
|
||||
[Fact]
|
||||
public void OfficialBuilderAtrribute()
|
||||
{
|
||||
var dotnetdir = Path.Combine(Path.GetDirectoryName(RepoDirectoriesProvider.DotnetUnderTest), "sdk", "7.0.100-dev");
|
||||
var result = AssemblyInfo.Get(Path.Combine(dotnetdir, "dotnet.dll"), "AssemblyMetadataAttribute");
|
||||
result.Should().Contain("OfficialBuilder:Microsoft");
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue