Skip to content

Commit 07ccdb1

Browse files
committed
Disabled unit test build
1 parent 75ac511 commit 07ccdb1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build/Program.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,8 @@ public override void Run(BuildContext context)
7272
context.CleanDirectory(context.ProjectPaths.OutDir);
7373

7474
BuildDotnetApp(context, context.ProjectPaths.PathToSln);
75-
TestDotnetApp(context, context.ProjectPaths.UnitTestProj);
75+
//No unit tests yet
76+
//TestDotnetApp(context, context.ProjectPaths.UnitTestProj);
7677
PackNugetPackage(context, context.ProjectPaths.OutDir, context.ProjectPaths.CsprojFile);
7778
}
7879

0 commit comments

Comments
 (0)