Skip to content

Commit 2a278a4

Browse files
committed
Skip tests for other testing
1 parent 239a27b commit 2a278a4

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
@@ -100,7 +100,7 @@ private void TestDotnetApp(BuildContext context, string pathToUnitTestProj)
100100
ArgumentCustomization = (args) => args.Append("/p:CollectCoverage=true /p:CoverletOutputFormat=cobertura --logger trx")
101101
};
102102

103-
context.DotNetTest(pathToUnitTestProj, testSettings);
103+
//context.DotNetTest(pathToUnitTestProj, testSettings);
104104
}
105105

106106
private void PackNugetPackage(BuildContext context, string outDir, string csprojFile)

0 commit comments

Comments
 (0)