Skip to content

Commit

Permalink
Remove opencover from build
Browse files Browse the repository at this point in the history
  • Loading branch information
seesharper committed Jan 25, 2019
1 parent 3ef62b8 commit 257a12b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build/build.csx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ using System.Text.RegularExpressions;

Build(projectFolder);
Test(testProjectFolder);
AnalyzeCodeCoverage(pathToTestAssembly, $"+[{projectName}]*");
Pack(projectFolder, nuGetArtifactsFolder, Git.Default.GetCurrentShortCommitHash());

using (var sourceRepoFolder = new DisposableFolder())
Expand Down

0 comments on commit 257a12b

Please sign in to comment.