Skip to content

Commit d16d59d

Browse files
authored
publishThisBuildArtifacts = true
1 parent b49b001 commit d16d59d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/PullRequestHandler.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
projectDependenciesJson: ${{ needs.Initialization.outputs.projectDependenciesJson }}
100100
baselineWorkflowRunId: ${{ needs.Initialization.outputs.baselineWorkflowRunId }}
101101
secrets: 'licenseFileUrl,keyVaultCertificateUrl,*keyVaultCertificatePassword,keyVaultClientId,gitHubPackagesContext,applicationInsightsConnectionString'
102-
publishThisBuildArtifacts: ${{ needs.Initialization.outputs.workflowDepth > 1 }}
102+
publishThisBuildArtifacts: true
103103
artifactsNameSuffix: 'PR${{ github.event.number }}'
104104

105105
StatusCheck:

0 commit comments

Comments
 (0)