We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7a2fac commit 238c629Copy full SHA for 238c629
.pipelines/pipeline.user.windows.yml
@@ -1,12 +1,10 @@
1
environment:
2
host:
3
- os: 'windows'
4
- flavor: 'server'
5
- version: '2016'
+ os: "windows"
6
runtime:
7
- provider: 'appcontainer'
8
- image: 'cdpxwinrs5.azurecr.io/global/vse2019/16.3.7:latest'
9
- source_mode: 'map'
+ provider: "appcontainer"
+ image: "cdpxwinrs5.azurecr.io/global/vse2019:latest"
+ source_mode: "map"
10
11
artifact_publish_options:
12
publish_to_legacy_artifacts: false
0 commit comments