Fix scheduled build (#696)
authorMike McLaughlin <mikem@microsoft.com>
Sat, 14 Dec 2019 23:33:57 +0000 (15:33 -0800)
committerGitHub <noreply@github.com>
Sat, 14 Dec 2019 23:33:57 +0000 (15:33 -0800)
eng/build.yml

index f7924466b72a66003435520dbdf384206e3e7958..efffa3cb70ee2c312519dd8c273f9321f6a1349a 100644 (file)
@@ -99,9 +99,9 @@ jobs:
 
     - ${{ 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: ''
 
@@ -216,4 +216,4 @@ jobs:
         mergeTestResults: true
         buildConfiguration: ${{ parameters.name }}
       continueOnError: true
-      condition: always()
\ No newline at end of file
+      condition: always()