Skip to content

Commit

Permalink
Merged PR 244250: Build with latest Windows version and VS 2019
Browse files Browse the repository at this point in the history
Build with latest Windows version and VS 2019
actions/runner-images#4312

Same changes as !231657 and !231943
  • Loading branch information
Shahak Yosef authored and ayeshurun committed Apr 3, 2022
1 parent 08ed45b commit a2cfbb0
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .pipelines/pipeline.user.windows.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
environment:
host:
os: 'windows'
flavor: 'server'
version: '2016'
os: "windows"
runtime:
provider: 'appcontainer'
image: 'cdpxwinrs5.azurecr.io/global/vse2019/16.3.7:latest'
source_mode: 'map'
provider: "appcontainer"
image: "cdpxwinrs5.azurecr.io/global/vse2019:latest"
source_mode: "map"

artifact_publish_options:
publish_to_legacy_artifacts: false
Expand Down

0 comments on commit a2cfbb0

Please sign in to comment.