We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75ac511 commit 07ccdb1Copy full SHA for 07ccdb1
build/Program.cs
@@ -72,7 +72,8 @@ public override void Run(BuildContext context)
72
context.CleanDirectory(context.ProjectPaths.OutDir);
73
74
BuildDotnetApp(context, context.ProjectPaths.PathToSln);
75
- TestDotnetApp(context, context.ProjectPaths.UnitTestProj);
+ //No unit tests yet
76
+ //TestDotnetApp(context, context.ProjectPaths.UnitTestProj);
77
PackNugetPackage(context, context.ProjectPaths.OutDir, context.ProjectPaths.CsprojFile);
78
}
79
0 commit comments