sebavan 6 роки тому
батько
коміт
be7605a043
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      Tools/Gulp/tasks/gulpTasks-whatsNew.js

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

@@ -6,7 +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"])
+    console.log(process.env["AZURE_PULLREQUESTID"])
     // Only checks on Travis
     if (!process.env.TRAVIS) {
         done();