Skip to content
This repository was archived by the owner on Jul 13, 2022. It is now read-only.

Commit 238c629

Browse files
author
Shahak Yosef
committed
Merged PR 231943: Build with latest Windows version and VS 2019
Build with latest Windows version and VS 2019 actions/runner-images#4312 Same changes as !231657
1 parent b7a2fac commit 238c629

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.pipelines/pipeline.user.windows.yml

+4-6
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
environment:
22
host:
3-
os: 'windows'
4-
flavor: 'server'
5-
version: '2016'
3+
os: "windows"
64
runtime:
7-
provider: 'appcontainer'
8-
image: 'cdpxwinrs5.azurecr.io/global/vse2019/16.3.7:latest'
9-
source_mode: 'map'
5+
provider: "appcontainer"
6+
image: "cdpxwinrs5.azurecr.io/global/vse2019:latest"
7+
source_mode: "map"
108

119
artifact_publish_options:
1210
publish_to_legacy_artifacts: false

0 commit comments

Comments
 (0)