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

Initial commit of Azure pipeline config #4

Merged
merged 16 commits into from
Jun 18, 2019
Merged

Initial commit of Azure pipeline config #4

merged 16 commits into from
Jun 18, 2019

Conversation

djee-ms
Copy link
Member

@djee-ms djee-ms commented Jun 17, 2019

Add some fixes for building on a build agent project by project instead of the whole solution.

Add some initial YAML config for internal Azure pipelines. This is still on-going work, and not everything works.

djee-ms added 14 commits June 12, 2019 15:28
…eline

Currently hosted agents on Azure DevOps don't support 10.0.18362.0 yet.
This variable is not defined when building a single project, for example in the build
pipelines. Instead use a relative path to the current project for the same effect.
Some native include paths in webrtc-uwp-sdk were using junctions which are only available
if the webrtc.lib compiling script ran. Use instead the actual junction target path for build
pipelines which don't have those junctions.
Several directories from this path are aliased into webrtc/xplatform/webrtc via junctions,
which are not available on build agents.
@djee-ms djee-ms self-assigned this Jun 17, 2019
@djee-ms djee-ms requested a review from a team June 17, 2019 13:12
@djee-ms djee-ms added this to the Initial public preview milestone Jun 17, 2019
djee-ms added 2 commits June 17, 2019 14:14
Add a 6-hour timeout on the job, the maxmium, in addition of the
individual timeouts on each step, to prevent Azure from killing the
build midway through WinRT wrappers compiling.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants