Skip to content

Commit f7283cc

Browse files
authored
Work CD-CI
- Add new checkout step dependent on build prep var.
1 parent 02264a5 commit f7283cc

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

azure-pipelines.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,13 @@ jobs:
2222
vmImage: 'VS2017-Win2016'
2323

2424
steps:
25+
26+
- checkout: self
27+
condition: eq( variables['StartReleaseCandidate'], true )
28+
2529
- checkout: self
2630
fetchDepth: 1
31+
condition: eq( variables['StartReleaseCandidate'], false )
2732

2833
# get commint message
2934
- powershell: |

0 commit comments

Comments
 (0)