Skip to content

Commit dd2bc41

Browse files
authored
Improve CI setup (#23)
* Use latest ADO images * Run CI builds daily, to detect failures more quickly
1 parent 3885c7a commit dd2bc41

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

azure-pipelines.yml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,24 @@ trigger:
88
- examples/*
99
- .gitignore
1010

11+
schedules:
12+
- cron: "0 0 * * *"
13+
displayName: Daily CI build
14+
always: true
15+
branches:
16+
include:
17+
- master
18+
1119
jobs:
1220
- job: PowerShellCore
1321
strategy:
1422
matrix:
1523
linux:
16-
imageName: 'ubuntu-16.04'
24+
imageName: 'ubuntu-18.04'
1725
mac:
1826
imageName: 'macos-10.15'
1927
windows:
20-
imageName: 'vs2017-win2016'
28+
imageName: 'windows-2019'
2129

2230
pool:
2331
vmImage: $(imageName)

0 commit comments

Comments
 (0)