We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4dae832 commit c224067Copy full SHA for c224067
adt_pull_request.yml azure_pull_request.ymladt_pull_request.yml renamed to azure_pull_request.yml
@@ -2,6 +2,10 @@ pool:
2
name: Azure Pipelines
3
demands: java
4
5
+variables:
6
+ buildConfiguration: 'Release'
7
+ prPipeline: $[eq(variables['Build.Reason'], 'PullRequest')]
8
+
9
steps:
10
- task: SonarSource.sonarcloud.14d9cde6-c1da-4d55-aa01-2965cd301255.SonarCloudPrepare@1
11
displayName: 'Prepare analysis on SonarCloud'
@@ -15,11 +19,6 @@ steps:
15
19
sonar.cs.vscoveragexml.reportsPaths=**/coverage.opencover.xml
16
20
sonar.cs.vstest.reportsPaths=$(Agent.TempDirectory)/*.trx
17
21
18
-- task: CmdLine@2
- inputs:
- script: dotnet restore
- displayName: 'Run dotnet restore'
22
-
23
- task: CmdLine@2
24
inputs:
25
script: dotnet build --no-incremental
0 commit comments