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 fef7fad commit f43a656Copy full SHA for f43a656
.vsts-ci/azure-pipelines-release.yml
@@ -29,7 +29,7 @@ stages:
29
jobs:
30
- job: Build
31
pool:
32
- vmImage: vs2017-win2016
+ vmImage: windows-2019
33
steps:
34
- template: templates/ci-general.yml
35
@@ -51,7 +51,7 @@ stages:
51
- deployment: Publish
52
environment: PowerShellEditorServices
53
54
- name: 1ES
+ vmImage: ubuntu-latest
55
variables:
56
- group: Publish
57
strategy:
0 commit comments