We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3885c7a commit dd2bc41Copy full SHA for dd2bc41
azure-pipelines.yml
@@ -8,16 +8,24 @@ trigger:
8
- examples/*
9
- .gitignore
10
11
+schedules:
12
+- cron: "0 0 * * *"
13
+ displayName: Daily CI build
14
+ always: true
15
+ branches:
16
+ include:
17
+ - master
18
+
19
jobs:
20
- job: PowerShellCore
21
strategy:
22
matrix:
23
linux:
- imageName: 'ubuntu-16.04'
24
+ imageName: 'ubuntu-18.04'
25
mac:
26
imageName: 'macos-10.15'
27
windows:
- imageName: 'vs2017-win2016'
28
+ imageName: 'windows-2019'
29
30
pool:
31
vmImage: $(imageName)
0 commit comments