Skip to content

Commit a9a0e94

Browse files
committed
import post-build.yml
1 parent 21faaea commit a9a0e94

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.vsts-ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,3 +155,8 @@ stages:
155155
--configuration $(_BuildConfig)
156156
--prepareMachine
157157
displayName: Build
158+
159+
- ${{ if and(ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}:
160+
- template: eng\common\templates\post-build\post-build.yml
161+
parameters:
162+
enableSourceLinkValidation: false

0 commit comments

Comments
 (0)