Skip to content

Commit

Permalink
added hello-world test case for net 6.0 projects
Browse files Browse the repository at this point in the history
  • Loading branch information
bernd5 authored and daveaglick committed Dec 13, 2021
1 parent e30d447 commit 78f4427
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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 <UsingTask> 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
Expand Down

0 comments on commit 78f4427

Please sign in to comment.