Update azure-pipelines.yml

pull/947/head
Erwin de Haan 6 years ago
parent 4b34b0cfea
commit ef17ec700b

@ -1,17 +1,11 @@
resources: resources:
repositories: self repositories: self
pr:
include:
- master
- release-*
pr: pr:
branches: branches:
include: include:
- master - master
- releases/* - release-*
pool: pool:
vmImage: ubuntu-16.04 vmImage: ubuntu-16.04
@ -23,6 +17,8 @@ pool:
#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 youve 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 #Your build pipeline references the BuildConfiguration variable, which youve 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
jobs:
- job: Build
steps: steps:
- task: DotNetCoreCLI@2 - task: DotNetCoreCLI@2
displayName: Restore displayName: Restore

Loading…
Cancel
Save