Cleanup conversion to Arcade (#1014)

* Remove obsolete targets, properties, and scripts
* Replace IsProductComponent with IsShipping
* Undo bad merge to version.props
* Update documentation, and put workarounds into a common file
* Replace usages of RepositoryRoot with RepoRoot
* Remove API baselines
* Remove unnecessary restore feeds and split workarounds into two files
* Enable PR checks on all branches, and disable autocancel
This commit is contained in:
Nate McMaster 2019-01-29 18:34:54 -08:00 committed by GitHub
parent cf72b68a1c
commit f9de66f47d
2 changed files with 1 additions and 2 deletions

View File

@ -5,9 +5,9 @@
<TargetFramework>netstandard1.3</TargetFramework>
<PackageTags>$(PackageTags);analyzers</PackageTags>
<NoWarn>$(NoWarn);CS1591</NoWarn>
<EnableApiCheck>false</EnableApiCheck>
<BuildOutputTargetFolder>analyzers/dotnet/cs/</BuildOutputTargetFolder>
<IsPackable>true</IsPackable>
<IsShipping>false</IsShipping>
</PropertyGroup>
<ItemGroup>

View File

@ -4,7 +4,6 @@
<Description>Helpers for writing tests for Roslyn analyzers.</Description>
<TargetFramework>netstandard2.0</TargetFramework>
<PackageTags>$(PackageTags);testing</PackageTags>
<EnableApiCheck>false</EnableApiCheck>
<!-- This package is internal, so we don't generate a package baseline. Always build against the latest dependencies. -->
<UseLatestPackageReferences>true</UseLatestPackageReferences>
<IsPackable>true</IsPackable>