From 78f4427507297b9cc5eb4c237c758f276e49d1bd Mon Sep 17 00:00:00 2001 From: bernd Date: Mon, 30 Aug 2021 20:07:42 +0200 Subject: [PATCH] added hello-world test case for net 6.0 projects --- .../Buildalyzer.Tests/Integration/OpenSourceProjectsFixture.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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