aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErwin de Haan <EraYaN@users.noreply.github.com>2019-02-18 22:53:32 +0100
committerErwin de Haan <EraYaN@users.noreply.github.com>2019-02-18 22:53:32 +0100
commit60fc53306d3a5946dfb219da3163eaa49b99e4c5 (patch)
tree6ef6fa8bf911698bd78f038db50c2b600ec120f6
parent6834b64922d2dd10b8e27943ec6630d1d95d6ae5 (diff)
Fixed vmImage
-rw-r--r--.azure/azure-pipelines.yml10
1 files changed, 8 insertions, 2 deletions
diff --git a/.azure/azure-pipelines.yml b/.azure/azure-pipelines.yml
index ad6ba1ab2..7ec002dd7 100644
--- a/.azure/azure-pipelines.yml
+++ b/.azure/azure-pipelines.yml
@@ -1,8 +1,14 @@
resources:
-- repo: self
+ repositories: self
+
+pr:
+include:
+- master
+- release-*
+
pool:
- vmImage: Hosted Ubuntu 1604
+ vmImage: ubuntu-16.04
#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
#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
#Your build pipeline references the ‘BuildConfiguration’ variable, which you’ve selected to be settable at queue time. Create or edit the build pipeline for this YAML file, define the variable on the Variables tab, and then select the option to make it settable at queue time. See https://go.microsoft.com/fwlink/?linkid=865971