diff options
| author | Erwin de Haan <EraYaN@users.noreply.github.com> | 2019-02-18 22:36:24 +0100 |
|---|---|---|
| committer | Erwin de Haan <EraYaN@users.noreply.github.com> | 2019-02-18 22:36:24 +0100 |
| commit | 18717d103af8f1360360bd1bb52e50c7bd4217fa (patch) | |
| tree | c0ca2ffc98891f48aa8100a647082d51ba688d40 | |
| parent | 6834b64922d2dd10b8e27943ec6630d1d95d6ae5 (diff) | |
Update azure-pipelines.yml for Azure Pipelines
| -rw-r--r-- | .azure/azure-pipelines.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.azure/azure-pipelines.yml b/.azure/azure-pipelines.yml index ad6ba1ab2..513c7b6fc 100644 --- a/.azure/azure-pipelines.yml +++ b/.azure/azure-pipelines.yml @@ -1,6 +1,12 @@ resources: - repo: self +pr: + branches: + include: + - master + - releases/* + pool: vmImage: Hosted Ubuntu 1604 #Your build pipeline references an undefined variable named ‘Parameters.RestoreBuildProjects’. Create or edit the build pipeline for this YAML file, define the variable on the Variables tab. See https://go.microsoft.com/fwlink/?linkid=865972 |
