Skip to content
This repository has been archived by the owner on Mar 22, 2022. It is now read-only.

Commit

Permalink
Switch CI to VS 2019 hosted agent
Browse files Browse the repository at this point in the history
  • Loading branch information
djee-ms committed Jul 12, 2019
1 parent ab9bff1 commit ee69bec
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions tools/ci/ci-core-uwp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,21 +14,21 @@ name: core-uwp-$(SourceBranchName)-$(Date:yyyyMMdd)-$(Rev:r)
jobs:
- template: templates/jobs-libwebrtc.yaml
parameters:
buildAgent: 'Hosted VS2017' # vs2017-win2016
buildAgent: 'Hosted Windows 2019 with VS 2019' # windows-2019
buildPlatform: 'Win32'
buildArch: 'x64'
buildConfig: 'Release'
skipCoreCpp: true
- template: templates/jobs-libwebrtc.yaml
parameters:
buildAgent: 'Hosted VS2017' # vs2017-win2016
buildAgent: 'Hosted Windows 2019 with VS 2019' # windows-2019
buildPlatform: 'UWP'
buildArch: 'x64'
buildConfig: 'Release'
skipCoreCpp: true
# - template: templates/jobs-libwebrtc.yaml
# parameters:
# buildAgent: 'Hosted VS2017' # vs2017-win2016
# buildAgent: 'Hosted Windows 2019 with VS 2019' # windows-2019
# buildPlatform: 'UWP'
# buildArch: 'ARM'
# buildConfig: 'Release'
Expand Down
6 changes: 3 additions & 3 deletions tools/ci/ci-core.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,21 +14,21 @@ name: core-$(SourceBranchName)-$(Date:yyyyMMdd)-$(Rev:r)
jobs:
- template: templates/jobs-libwebrtc.yaml
parameters:
buildAgent: 'Hosted VS2017' # vs2017-win2016
buildAgent: 'Hosted Windows 2019 with VS 2019' # windows-2019
buildPlatform: 'Win32'
buildArch: 'x64'
buildConfig: 'Release'
skipUwpWrappers: true
- template: templates/jobs-libwebrtc.yaml
parameters:
buildAgent: 'Hosted VS2017' # vs2017-win2016
buildAgent: 'Hosted Windows 2019 with VS 2019' # windows-2019
buildPlatform: 'UWP'
buildArch: 'x64'
buildConfig: 'Release'
skipUwpWrappers: true
# - template: templates/jobs-libwebrtc.yaml
# parameters:
# buildAgent: 'Hosted VS2017' # vs2017-win2016
# buildAgent: 'Hosted Windows 2019 with VS 2019' # windows-2019
# buildPlatform: 'UWP'
# buildArch: 'ARM'
# buildConfig: 'Release'
Expand Down
6 changes: 3 additions & 3 deletions tools/ci/ci-cpp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,19 +22,19 @@ name: ci-$(SourceBranchName)-$(Date:yyyyMMdd)-$(Rev:r)
jobs:
- template: templates/jobs-cpp.yaml
parameters:
buildAgent: 'Hosted VS2017' # vs2017-win2016
buildAgent: 'Hosted Windows 2019 with VS 2019' # windows-2019
buildPlatform: 'Win32'
buildArch: 'x64'
buildConfig: 'Release'
- template: templates/jobs-cpp.yaml
parameters:
buildAgent: 'Hosted VS2017' # vs2017-win2016
buildAgent: 'Hosted Windows 2019 with VS 2019' # windows-2019
buildPlatform: 'UWP'
buildArch: 'x64'
buildConfig: 'Release'
# - template: templates/jobs-cpp.yaml
# parameters:
# buildAgent: 'Hosted VS2017' # vs2017-win2016
# buildAgent: 'Hosted Windows 2019 with VS 2019' # windows-2019
# buildPlatform: 'UWP'
# buildArch: 'ARM'
# buildConfig: 'Release'
2 changes: 1 addition & 1 deletion tools/ci/ci-cs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ name: ci-cs-$(SourceBranchName)-$(Date:yyyyMMdd)-$(Rev:r)
jobs:
- template: templates/jobs-cs.yaml
parameters:
buildAgent: 'Hosted VS2017' # vs2017-win2016
buildAgent: 'Hosted Windows 2019 with VS 2019' # windows-2019
buildConfig: 'Debug'
testConfig: 'Debug'
2 changes: 1 addition & 1 deletion tools/ci/ci-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ name: ci-docs-$(SourceBranchName)-$(Date:yyyyMMdd)-$(Rev:r)
jobs:
- template: templates/jobs-docs.yaml
parameters:
buildAgent: 'Hosted VS2017' # vs2017-win2016
buildAgent: 'Hosted Windows 2019 with VS 2019' # windows-2019

0 comments on commit ee69bec

Please sign in to comment.