- ${{ if eq(variables['Build.Reason'], 'Schedule') }}:
- ${{ if eq(parameters.osGroup, 'Windows_NT') }}:
- - _DailyTest: -daily-test
+ - _DailyTest: -dailytest
- ${{ if ne(parameters.osGroup, 'Windows_NT') }}:
- - _DailyTest: --daily-test
+ - _DailyTest: --dailytest
- ${{ if ne(variables['Build.Reason'], 'Schedule') }}:
- _DailyTest: ''
mergeTestResults: true
buildConfiguration: ${{ parameters.name }}
continueOnError: true
- condition: always()
\ No newline at end of file
+ condition: always()