Skip to content

Commit

Permalink
chore: Add build suppression for ASP0000 (Multiple IServiceProviders)
Browse files Browse the repository at this point in the history
  • Loading branch information
normj committed Oct 22, 2021
1 parent d778d15 commit c32b4aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AWS.Deploy.CLI/AWS.Deploy.CLI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<PackageIcon>icon.png</PackageIcon>
<PackageProjectUrl>https://github.com/aws/aws-dotnet-deploy</PackageProjectUrl>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<NoWarn>$(NoWarn);1570;1591</NoWarn>
<NoWarn>$(NoWarn);1570;1591;ASP0000</NoWarn>
<RollForward>Major</RollForward>
</PropertyGroup>

Expand Down

0 comments on commit c32b4aa

Please sign in to comment.