Skip to content

Commit 27573f4

Browse files
committed
Update adt_pull_request.yml for Azure Pipelines
1 parent d5cb5b8 commit 27573f4

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

adt_pull_request.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,7 @@ pool:
22
name: Azure Pipelines
33
demands: java
44

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 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
9-
105
steps:
11-
- task: DotNetCoreCLI@2
12-
displayName: Restore
13-
inputs:
14-
command: restore
15-
projects: '$(Parameters.RestoreBuildProjects)'
16-
176
- task: SonarSource.sonarcloud.14d9cde6-c1da-4d55-aa01-2965cd301255.SonarCloudPrepare@1
187
displayName: 'Prepare analysis on SonarCloud'
198
inputs:

0 commit comments

Comments
 (0)