Skip to content

Commit

Permalink
added moq to cake nuget publish
Browse files Browse the repository at this point in the history
  • Loading branch information
dpvreony committed Mar 27, 2019
1 parent 2ec0b90 commit 088deb0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion build.cake
Expand Up @@ -90,7 +90,10 @@ Information("fileVersion: " + fileVersion);
// Artifacts
var artifactDirectory = "./artifacts/";
var testCoverageOutputFile = artifactDirectory + "OpenCover.xml";
var packageWhitelist = new[] { "NetTestRegimentation" };
var packageWhitelist = new[] {
"NetTestRegimentation",
"NetTestRegimentation.Moq"
};

var runSonarQube = false;
var sonarQubePreview = false;
Expand Down

0 comments on commit 088deb0

Please sign in to comment.