Skip to content

Commit 5a165d2

Browse files
authored
Update azure_pull_request.yml
1 parent b526c6b commit 5a165d2

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

azure_pull_request.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,6 @@ variables:
88
prPipeline: $[eq(variables['Build.Reason'], 'PullRequest')]
99

1010
steps:
11-
- task: NuGetCommand@2
12-
displayName: 'NuGet restore'
13-
inputs:
14-
restoreSolution: '**/AzureDevopsTracker.csproj'
15-
feedsToUse: config
16-
1711
- task: SonarSource.sonarcloud.14d9cde6-c1da-4d55-aa01-2965cd301255.SonarCloudPrepare@1
1812
displayName: 'Prepare analysis on SonarCloud'
1913
inputs:
@@ -30,11 +24,6 @@ steps:
3024
inputs:
3125
script: dotnet test --configuration $(BuildConfiguration) /p:CollectCoverage=true /p:CoverletOutputFormat=opencover --collect "Code Coverage" /p:Exclude=[xunit.*]*
3226
displayName: 'Run Tests'
33-
34-
- task: NuGetCommand@2
35-
displayName: 'NuGet pack'
36-
inputs:
37-
command: pack
3827

3928
- task: SonarSource.sonarcloud.ce096e50-6155-4de8-8800-4221aaeed4a1.SonarCloudAnalyze@1
4029
displayName: 'Run Code Analysis'

0 commit comments

Comments
 (0)