File tree 2 files changed +5
-4
lines changed
2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -64,6 +64,7 @@ phases:
64
64
condition : always()
65
65
inputs :
66
66
codeCoverageTool : cobertura
67
+ failIfCoverageEmpty : true
67
68
reportDirectory : $(Build.StagingDirectory)/**/coverage
68
69
summaryFileLocation : $(Build.StagingDirectory)/**/Cobertura.xml
69
70
- task : PublishBuildArtifacts@1
Original file line number Diff line number Diff line change 2
2
<ItemGroup >
3
3
<AdditionalFiles Include =" $(MSBuildThisFileDirectory)stylecop.json" Link =" stylecop.json" />
4
4
<Compile Include =" $(MSBuildThisFileDirectory)CommonAssemblyInfo.cs" />
5
- <PackageReference Include =" Microsoft.CodeAnalysis.FxCopAnalyzers" Version =" 2.6.1 " PrivateAssets =" All" />
6
- <PackageReference Include =" Microsoft.CodeQuality.Analyzers" Version =" 2.6.1 " PrivateAssets =" All" />
7
- <PackageReference Include =" Microsoft.NetCore.Analyzers" Version =" 2.6.1 " PrivateAssets =" All" />
5
+ <PackageReference Include =" Microsoft.CodeAnalysis.FxCopAnalyzers" Version =" 2.6.2 " PrivateAssets =" All" />
6
+ <PackageReference Include =" Microsoft.CodeQuality.Analyzers" Version =" 2.6.2 " PrivateAssets =" All" />
7
+ <PackageReference Include =" Microsoft.NetCore.Analyzers" Version =" 2.6.2 " PrivateAssets =" All" />
8
8
<PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 1.0.0-beta-63127-02" PrivateAssets =" All" />
9
9
<PackageReference Include =" OpenCover" Version =" 4.6.519" PrivateAssets =" All" />
10
10
<PackageReference Include =" ReportGenerator" Version =" 4.0.0-rc4" PrivateAssets =" All" />
11
11
<PackageReference Include =" StyleCop.Analyzers" Version =" 1.0.2" PrivateAssets =" All" />
12
- <PackageReference Include =" Text.Analyzers" Version =" 2.6.1 " PrivateAssets =" All" />
12
+ <PackageReference Include =" Text.Analyzers" Version =" 2.6.2 " PrivateAssets =" All" />
13
13
</ItemGroup >
14
14
<PropertyGroup >
15
15
<AllowedOutputExtensionsInPackageBuildOutputFolder >$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder >
You can’t perform that action at this time.
0 commit comments