Skip to content

Commit

Permalink
Make Analyzers have normal package names (#1032)
Browse files Browse the repository at this point in the history
Make Analyzers have normal package names
  • Loading branch information
ryanbrandenburg committed Jan 31, 2019
1 parent 0450cea commit 537306a
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 6 deletions.
1 change: 1 addition & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ jobs:
_BuildConfig: Debug
_SignType: test
_DotNetPublishToBlobFeed: false
_BuildArgs:

Release:
_BuildConfig: Release
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
<PropertyGroup>
<Description>Analyzer package for async best practices.</Description>
<VersionPrefix>$(ExperimentalVersionPrefix)</VersionPrefix>
<VersionSuffix>$(ExperimentalVersionSuffix)</VersionSuffix>
<PackageVersion>$(ExperimentalPackageVersion)</PackageVersion>
<InformationalVersion>$(ExperimentalPackageVersion)</InformationalVersion>
<VerifyVersion>false</VerifyVersion>
<TargetFramework>netstandard1.3</TargetFramework>
<NoWarn>$(NoWarn);CS1591</NoWarn>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
<PropertyGroup>
<Description>Analyzer package for Microsoft.Extensions.Logging.</Description>
<VersionPrefix>$(ExperimentalVersionPrefix)</VersionPrefix>
<VersionSuffix>$(ExperimentalVersionSuffix)</VersionSuffix>
<PackageVersion>$(ExperimentalPackageVersion)</PackageVersion>
<InformationalVersion>$(ExperimentalPackageVersion)</InformationalVersion>
<VerifyVersion>false</VerifyVersion>
<TargetFramework>netstandard1.3</TargetFramework>
<NoWarn>$(NoWarn);CS1591</NoWarn>
Expand Down

0 comments on commit 537306a

Please sign in to comment.