We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b015adc commit a122c88Copy full SHA for a122c88
1 file changed
build/gulpfile.hygiene.js
@@ -274,7 +274,7 @@ function hygiene(some) {
274
const result = input
275
.pipe(filter(f => !f.stat.isDirectory()))
276
.pipe(productJsonFilter)
277
- .pipe(productJson)
+ .pipe(process.env['BUILD_SOURCEVERSION'] ? es.through() : productJson)
278
.pipe(productJsonFilter.restore)
279
.pipe(filter(indentationFilter))
280
.pipe(indentation)
0 commit comments