Skip to content

Commit 07c8a9b

Browse files
authored
Update daily-build.yml
1 parent e18a244 commit 07c8a9b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.azure-pipelines/daily-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ schedules:
55
displayName: Daily Midnight Build
66
branches:
77
include:
8-
- master
8+
- main
99

1010
trigger: none
1111
pr: none
@@ -24,4 +24,4 @@ steps:
2424
inputs:
2525
command: custom
2626
custom: msbuild
27-
arguments: 'build.proj /p:Configuration=Debug /t:Build /NoLogo'
27+
arguments: 'build.proj /p:Configuration=Debug /t:Build /NoLogo'

0 commit comments

Comments
 (0)