Skip to content

Commit

Permalink
Merge pull request #15 from martincostello/Update-Analyzers
Browse files Browse the repository at this point in the history
Update analyzers
  • Loading branch information
martincostello committed Sep 30, 2018
2 parents cb790fe + 5f70731 commit bd0a759
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .azure-pipelines/build-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ phases:
condition: always()
inputs:
codeCoverageTool: cobertura
failIfCoverageEmpty: true
reportDirectory: $(Build.StagingDirectory)/**/coverage
summaryFileLocation: $(Build.StagingDirectory)/**/Cobertura.xml
- task: PublishBuildArtifacts@1
Expand Down
8 changes: 4 additions & 4 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
<ItemGroup>
<AdditionalFiles Include="$(MSBuildThisFileDirectory)stylecop.json" Link="stylecop.json" />
<Compile Include="$(MSBuildThisFileDirectory)CommonAssemblyInfo.cs" />
<PackageReference Include="Microsoft.CodeAnalysis.FxCopAnalyzers" Version="2.6.1" PrivateAssets="All" />
<PackageReference Include="Microsoft.CodeQuality.Analyzers" Version="2.6.1" PrivateAssets="All" />
<PackageReference Include="Microsoft.NetCore.Analyzers" Version="2.6.1" PrivateAssets="All" />
<PackageReference Include="Microsoft.CodeAnalysis.FxCopAnalyzers" Version="2.6.2" PrivateAssets="All" />
<PackageReference Include="Microsoft.CodeQuality.Analyzers" Version="2.6.2" PrivateAssets="All" />
<PackageReference Include="Microsoft.NetCore.Analyzers" Version="2.6.2" PrivateAssets="All" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0-beta-63127-02" PrivateAssets="All" />
<PackageReference Include="OpenCover" Version="4.6.519" PrivateAssets="All" />
<PackageReference Include="ReportGenerator" Version="4.0.0-rc4" PrivateAssets="All" />
<PackageReference Include="StyleCop.Analyzers" Version="1.0.2" PrivateAssets="All" />
<PackageReference Include="Text.Analyzers" Version="2.6.1" PrivateAssets="All" />
<PackageReference Include="Text.Analyzers" Version="2.6.2" PrivateAssets="All" />
</ItemGroup>
<PropertyGroup>
<AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder>
Expand Down

0 comments on commit bd0a759

Please sign in to comment.