Skip to content

Commit c56dcf3

Browse files
committed
Disabled unit testing the app so I can test something. Will re-enable later
1 parent fe955a9 commit c56dcf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ 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+
//TestDotnetApp(context, context.ProjectPaths.UnitTestProj);
7676
PackNugetPackage(context, context.ProjectPaths.OutDir, context.ProjectPaths.CsprojFile);
7777
}
7878

0 commit comments

Comments
 (0)