Skip to content

Commit

Permalink
Merge pull request #426 from seesharper/enabletests
Browse files Browse the repository at this point in the history
Enabled tests
  • Loading branch information
seesharper authored Jul 5, 2018
2 parents 4c9b0d9 + 2d001c9 commit 981d307
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/build.csx
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ using static ChangeLog;
using static ReleaseManagement;

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

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

0 comments on commit 981d307

Please sign in to comment.