Skip to content

Commit 24af11d

Browse files
authored
Move to VS2019 image for signing (#157)
- need an image w/ .NET 3.1 on them; missing from VS2017 images
1 parent c9a1b23 commit 24af11d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.azure-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ jobs:
147147
clean: all
148148
pool:
149149
name: NetCore1ESPool-Svc-Internal
150-
demands: ImageOverride -equals windows.vs2017.amd64
150+
demands: ImageOverride -equals windows.vs2019.amd64
151151
variables:
152152
TeamName: AspNetCore
153153
_SignType: real

0 commit comments

Comments
 (0)