Skip to content
This repository was archived by the owner on Dec 9, 2024. It is now read-only.

Commit e34ad95

Browse files
authored
Upgrade windows & mac agents per AzDO removing older support (#419)
1 parent d419212 commit e34ad95

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

.dependabot/config.yml

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
version: 1
2+
update_configs:
3+
- package_manager: "javascript"
4+
directory: "/"
5+
update_schedule: "live"
6+
target_branch: "dev"

pipelines/templates/unit-tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ jobs:
55
linux:
66
imageName: "ubuntu-16.04"
77
mac:
8-
imageName: "macos-10.13"
8+
imageName: "macOS-10.15"
99
windows:
10-
imageName: "vs2017-win2016"
10+
imageName: "windows-2019"
1111
displayName: "${{ parameters.name }}"
1212
pool:
1313
vmImage: $(imageName)

0 commit comments

Comments
 (0)