Skip to content

Commit c224067

Browse files
committed
Renamed yml file
1 parent 4dae832 commit c224067

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed
Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ pool:
22
name: Azure Pipelines
33
demands: java
44

5+
variables:
6+
buildConfiguration: 'Release'
7+
prPipeline: $[eq(variables['Build.Reason'], 'PullRequest')]
8+
59
steps:
610
- task: SonarSource.sonarcloud.14d9cde6-c1da-4d55-aa01-2965cd301255.SonarCloudPrepare@1
711
displayName: 'Prepare analysis on SonarCloud'
@@ -15,11 +19,6 @@ steps:
1519
sonar.cs.vscoveragexml.reportsPaths=**/coverage.opencover.xml
1620
sonar.cs.vstest.reportsPaths=$(Agent.TempDirectory)/*.trx
1721
18-
- task: CmdLine@2
19-
inputs:
20-
script: dotnet restore
21-
displayName: 'Run dotnet restore'
22-
2322
- task: CmdLine@2
2423
inputs:
2524
script: dotnet build --no-incremental

0 commit comments

Comments
 (0)