Skip to content

Commit a2455b7

Browse files
author
Benjamin Pasero
committed
revert "exploration"
1 parent ff085d3 commit a2455b7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build/tfs/common/publish.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ async function publish(commit: string, quality: string, platform: string, type:
152152

153153
const queuedBy = process.env['BUILD_QUEUEDBY']!;
154154
const sourceBranch = process.env['BUILD_SOURCEBRANCH']!;
155-
const isReleased = (quality === 'insider' || quality === 'exploration')
155+
const isReleased = quality === 'insider'
156156
&& /^master$|^refs\/heads\/master$/.test(sourceBranch)
157157
&& /Project Collection Service Accounts|Microsoft.VisualStudio.Services.TFS/.test(queuedBy);
158158

0 commit comments

Comments
 (0)