File tree Expand file tree Collapse file tree 1 file changed +0
-11
lines changed
Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Original file line number Diff line number Diff line change @@ -8,12 +8,6 @@ variables:
88 prPipeline : $[eq(variables['Build.Reason'], 'PullRequest')]
99
1010steps :
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'
You can’t perform that action at this time.
0 commit comments