diff --git a/tests/Buildalyzer.Tests/Integration/OpenSourceProjectsFixture.cs b/tests/Buildalyzer.Tests/Integration/OpenSourceProjectsFixture.cs index d32a31ad..e44904f3 100644 --- a/tests/Buildalyzer.Tests/Integration/OpenSourceProjectsFixture.cs +++ b/tests/Buildalyzer.Tests/Integration/OpenSourceProjectsFixture.cs @@ -36,7 +36,8 @@ public class OpenSourceProjectsFixture new TestRepository("https://github.com/AutoMapper/AutoMapper.git"), new TestRepository(EnvironmentPreference.Framework, "https://github.com/serilog/serilog.git"), // SourceLink messed up from AppVeyor on SDK: "SourceLink.Create.CommandLine.dll. Assembly with same name is already loaded Confirm that the declaration is correct" new TestRepository("https://github.com/cake-build/cake"), - new TestRepository("https://github.com/Wyamio/Wyam.git") + new TestRepository("https://github.com/Wyamio/Wyam.git"), + new TestRepository("https://github.com/bernd5/TestUsing.git") }; public class TestRepository