sebavan %!s(int64=6) %!d(string=hai) anos
pai
achega
7bebad0f44
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      Tools/Gulp/tasks/gulpTasks-whatsNew.js

+ 1 - 0
Tools/Gulp/tasks/gulpTasks-whatsNew.js

@@ -6,6 +6,7 @@ var fs = require("fs");
  * Tests the whats new file to ensure changes have been made in the PR.
  */
 gulp.task("tests-whatsnew", function(done) {
+    console.log(process.env["System.PullRequest.PullRequestId"])
     // Only checks on Travis
     if (!process.env.TRAVIS) {
         done();