We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cac63b commit 69aa5b2Copy full SHA for 69aa5b2
1 file changed
eng/common/templates/stages/publish.yml
@@ -20,7 +20,9 @@ parameters:
20
stages:
21
- ${{ if eq(parameters.isInternalServicingValidation, 'false') }}:
22
- stage: Publish
23
- ${{ if not(parameters.isStandalonePublish) }}:
+ ${{ if eq(parameters.isStandalonePublish, true) }}:
24
+ dependsOn: []
25
+ ${{ else }}:
26
${{ if and(eq(variables['System.TeamProject'], parameters.internalProjectName), ne(variables['Build.Reason'], 'PullRequest')) }}:
27
dependsOn: Test
28
${{ else }}:
0 commit comments