Update eng/common dev version template. (#2106)
Co-authored-by: Mitch Denny <midenn@microsoft.com>
This commit is contained in:
parent
cf071db26a
commit
7da44d90bb
@ -16,7 +16,7 @@ steps:
|
||||
condition: succeeded()
|
||||
- pwsh: |
|
||||
$setDailyDevBuild = "false"
|
||||
if (('$(Build.Reason)' -eq 'Schedule') -and ('$(System.TeamProject)' -eq 'internal')) {
|
||||
if (('$(Build.Reason)' -in 'Schedule', 'IndividualCI') -and ('$(System.TeamProject)' -eq 'internal')) {
|
||||
$setDailyDevBuild = "true"
|
||||
}
|
||||
echo "##vso[task.setvariable variable=SetDevVersion]$setDailyDevBuild"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user