Skip to content

Commit 650a139

Browse files
authored
Update azure-devops.yml
1 parent 5abf823 commit 650a139

1 file changed

Lines changed: 2 additions & 13 deletions

File tree

azure-devops.yml

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,28 +2,17 @@ resources:
22
- repo: self
33
queue:
44
name: Hosted Ubuntu 1604
5-
#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
6-
#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
7-
#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
8-
#Your build pipeline references an undefined variable named ‘Parameters.TestProjects’. 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
9-
#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
10-
#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
5+
116
steps:
127
- task: DotNetCoreCLI@2
138
displayName: Restore
149
inputs:
1510
command: restore
1611

17-
projects: '$(Parameters.RestoreBuildProjects)'
18-
19-
2012
- task: DotNetCoreCLI@2
2113
displayName: Build
2214
inputs:
23-
projects: '$(Parameters.RestoreBuildProjects)'
24-
25-
arguments: '--configuration $(BuildConfiguration)'
26-
15+
command: build
2716

2817
- task: DotNetCoreCLI@2
2918
displayName: Test

0 commit comments

Comments
 (0)